Friday, August 21, 2009

Tomcat Server : JNDI REALM CONFIGURATION

Tomcat Server : JNDI REALM CONFIGURATION(to be used in server.xml)
==========================================================
"<" Realm className="org.apache.catalina.realm.JNDIRealm" debug="99" connectionName="cn=*,o=*" connectionPassword="*" connectionURL="ldap://IP:389" alternateURL="ldap://IP:389" userPattern="cn={0},ou=*,ou=*,o=" roleBase="ou=Groups,o=*" roleName="cn" roleSearch="(member={0})" roleSubtree="false" />

=============================================================

No comments:

Post a Comment