E
engineur
Here's a newbie question for Tomcat folks:
When a user connects to Tomcat from say explorer
where is his ldap uid stored? Somewhere in the request?
eg the following is a typical jndirealm configuration
<Realm className="org.apache.catalina.realm.JNDIRealm"
connectionURL="ldap://192.168.10.10:389"
alternateURL="ldap://192.168.10.10:389"
userBase="ou=Users,dc=alfa-moving,dc=se"
userPattern="uid={0},ou=Users,dc=alfa-moving,dc=se"
roleBase="ou=Users,dc=alfa-moving,dc=se"
roleName="cn"
debug="99" />
Thanks
When a user connects to Tomcat from say explorer
where is his ldap uid stored? Somewhere in the request?
eg the following is a typical jndirealm configuration
<Realm className="org.apache.catalina.realm.JNDIRealm"
connectionURL="ldap://192.168.10.10:389"
alternateURL="ldap://192.168.10.10:389"
userBase="ou=Users,dc=alfa-moving,dc=se"
userPattern="uid={0},ou=Users,dc=alfa-moving,dc=se"
roleBase="ou=Users,dc=alfa-moving,dc=se"
roleName="cn"
debug="99" />
Thanks