...
When your installation scenario matches Scenario A in the Concepts Section - add the following XML element right after the DataSourceRealm element you've commented out in the previous step.
TODO:hk montier_role
Code Block | ||||
---|---|---|---|---|
| ||||
<Realm className="org.apache.catalina.realm.JNDIRealm" connectionURL="ldap://<LDAP Server Host>:389" alternateURL="ldap://<LDAP Server Host>:389" referrals="ignore" connectionName="CN=...,OU=...,DC=..." connectionPassword="pass" userBase="OU=...,DC=..." userSubtree="true" userSearch="(&(objectClass=Person)(sAMAccountName={0}))" userRoleName="montiersome_role" /> |
Consult the following table when deciding which values to use:
...