22 lines
691 B
XML
22 lines
691 B
XML
|
<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>
|