Advertisement
Guest User

Realm in Tomcat server.xml

a guest
Jun 25th, 2012
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1.       <Realm
  2.         className="org.apache.catalina.realm.JNDIRealm"
  3.         connectionURL="ldap://mydomain:389"
  4.         debug="99"
  5.         roleBase="ou=groups,dc=mydomain,dc=com"
  6.         roleName="cn"
  7.         roleNested="true"
  8.         roleSearch="(member={0})"
  9.         roleSubtree="true"
  10.         userPattern="uid={0},ou=people,dc=mydomain,dc=com"
  11.       />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement