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:
21
auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml
Normal file
21
auth_token/server/AuthTokenSvc/sampleConf/iaRealms.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<realms
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<realm
|
||||
desc="My Corporate Directory"
|
||||
connectorType="org.bandit.ia.connectors.LDAPConnectorInitialCtxFactory"
|
||||
id="CorpTree">
|
||||
<connection xsi:type="ldapConnector">
|
||||
<address>ldap://dirserver.companyname.com:389</address>
|
||||
<security>
|
||||
<authentication>simple</authentication>
|
||||
<principal>cn=admin,o=companyname</principal>
|
||||
<credentials>password</credentials>
|
||||
</security>
|
||||
</connection>
|
||||
</realm>
|
||||
<realm desc="Realm Join Definition" id="E263CCC1-8F9D-4551-B786-068AA84E8564">
|
||||
<connection xsi:type="joinConnector">
|
||||
<realmID>CorpTree</realmID>
|
||||
</connection>
|
||||
</realm>
|
||||
</realms>
|
||||
Reference in New Issue
Block a user