Adding a folder with a sample configuration for the ATS.
-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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<settings>
|
||||
<ClassName>com.novell.casa.authtoksvc.Krb5Authenticate</ClassName>
|
||||
<RelativeClassPath>WEB-INF/classes</RelativeClassPath>
|
||||
<ServicePrincipalName>host@tokenserver.company.novell.com</ServicePrincipalName>
|
||||
</settings>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<settings>
|
||||
<ClassName>com.novell.casa.authtoksvc.PwdAuthenticate</ClassName>
|
||||
<RelativeClassPath>WEB-INF/classes</RelativeClassPath>
|
||||
</settings>
|
||||
Reference in New Issue
Block a user