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:
Juan Carlos Luciani
2006-05-18 22:00:11 +00:00
parent d8ea9f1a4c
commit 6494b45f59
9 changed files with 77 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>