Hi! 
I'm am sorry for reposting this but I urgently need confirmation about
Tomcat supporting or not supporting recursive searching in LDAP for Roles
including other Roles.

I post the relevant part of server.xml
:
<Realm   className="org.apache.catalina.realm.JNDIRealm" debug="99"
      connectionURL="ldap://192.168.10.10:389";
      connectionName="CN=Administrator,CN=Users,DC=alfa-moving,DC=se"
      connectionPassword="xxxxx"
      userBase="CN=Users,DC=alfa-moving,DC=se"
      userSearch="(sAMAccountName={0})"
      userRoleName="memberOf"
      roleBase="CN=Users,DC=alfa-moving,DC=se"
      roleName="CN"
      roleSearch="(member={0})"
      roleSubtree="true"/>
/>


Thank you very much in advance
Roland Carlsson


Från: Roland Carlsson <[EMAIL PROTECTED]>
Svara till: Tomcat Users List <[EMAIL PROTECTED]>
Datum: Wed, 17 Nov 2004 16:52:34 +0100
Till: TomcatUsers <[EMAIL PROTECTED]>
Ämne: Recursive groups in JNDIRealm

Hi!

After an hour of searching I can't figure out if Tomcat is able to find
groups in group in a LDAP server?

I found this in the archives but since it is from 4.1.18....
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg89601.html


Thanks in advance
Roland Carlsson



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


------ Slut på vidarebefordrat meddelande


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to