6494b45f59
-This line, and those below, will be ignored-- A AuthTokenSvc/sampleConf A AuthTokenSvc/sampleConf/identoken.settings A AuthTokenSvc/sampleConf/auth.policy A AuthTokenSvc/sampleConf/authtoken.settings A AuthTokenSvc/sampleConf/auth_mechanisms A AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate A AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings A AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate A AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings A AuthTokenSvc/sampleConf/svc.settings A AuthTokenSvc/sampleConf/iaRealms.xml A AuthTokenSvc/sampleConf/enabled_services A AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com A AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService A AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy A AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings
14 lines
361 B
XML
14 lines
361 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<auth_policy>
|
|
<auth_source>
|
|
<realm>CorpTree</realm>
|
|
<mechanism>Krb5Authenticate</mechanism>
|
|
<mechanism_info>host@tokenserver.company.novell.com</mechanism_info>
|
|
</auth_source>
|
|
<auth_source>
|
|
<realm>CorpTree</realm>
|
|
<mechanism>PwdAuthenticate</mechanism>
|
|
<mechanism_info></mechanism_info>
|
|
</auth_source>
|
|
</auth_policy>
|