From 6494b45f595a0afa026de57dd1b65381f2cbe6a2 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Thu, 18 May 2006 22:00:11 +0000 Subject: [PATCH] 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 --- .../AuthTokenSvc/sampleConf/auth.policy | 13 ++++++++++++ .../Krb5Authenticate/mechanism.settings | 6 ++++++ .../PwdAuthenticate/mechanism.settings | 5 +++++ .../sampleConf/authtoken.settings | 4 ++++ .../testService/auth.policy | 13 ++++++++++++ .../testService/authtoken.settings | 4 ++++ .../AuthTokenSvc/sampleConf/iaRealms.xml | 21 +++++++++++++++++++ .../sampleConf/identoken.settings | 6 ++++++ .../AuthTokenSvc/sampleConf/svc.settings | 5 +++++ 9 files changed, 77 insertions(+) create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/auth.policy create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/authtoken.settings create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/identoken.settings create mode 100644 auth_token/server/AuthTokenSvc/sampleConf/svc.settings diff --git a/auth_token/server/AuthTokenSvc/sampleConf/auth.policy b/auth_token/server/AuthTokenSvc/sampleConf/auth.policy new file mode 100644 index 00000000..fb0341f9 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/auth.policy @@ -0,0 +1,13 @@ + + + +CorpTree +Krb5Authenticate +host@tokenserver.company.novell.com + + +CorpTree +PwdAuthenticate + + + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings b/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings new file mode 100644 index 00000000..fadbab68 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings @@ -0,0 +1,6 @@ + + +com.novell.casa.authtoksvc.Krb5Authenticate +WEB-INF/classes +host@tokenserver.company.novell.com + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings b/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings new file mode 100644 index 00000000..d3c8aa83 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings @@ -0,0 +1,5 @@ + + +com.novell.casa.authtoksvc.PwdAuthenticate +WEB-INF/classes + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/authtoken.settings b/auth_token/server/AuthTokenSvc/sampleConf/authtoken.settings new file mode 100644 index 00000000..47017fbf --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/authtoken.settings @@ -0,0 +1,4 @@ + + +720 + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy b/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy new file mode 100644 index 00000000..fb0341f9 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy @@ -0,0 +1,13 @@ + + + +CorpTree +Krb5Authenticate +host@tokenserver.company.novell.com + + +CorpTree +PwdAuthenticate + + + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings b/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings new file mode 100644 index 00000000..47017fbf --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings @@ -0,0 +1,4 @@ + + +720 + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml b/auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml new file mode 100644 index 00000000..ae621a18 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml @@ -0,0 +1,21 @@ + + + +
ldap://dirserver.companyname.com:389
+ + simple + cn=admin,o=companyname + password + +
+
+ + + CorpTree + + +
diff --git a/auth_token/server/AuthTokenSvc/sampleConf/identoken.settings b/auth_token/server/AuthTokenSvc/sampleConf/identoken.settings new file mode 100644 index 00000000..4a293de2 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/identoken.settings @@ -0,0 +1,6 @@ + + +false +sn,groupMembership,guid + + diff --git a/auth_token/server/AuthTokenSvc/sampleConf/svc.settings b/auth_token/server/AuthTokenSvc/sampleConf/svc.settings new file mode 100644 index 00000000..8e892e41 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/sampleConf/svc.settings @@ -0,0 +1,5 @@ + + +/home/jluciani/jakarta-tomcat-5.0.28/webapps/CasaAuthTokenSvc/WEB-INF/conf/iaRealms.xml +o=novell +