You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/01 19:02:25 UTC

DO NOT REPLY [Bug 48629] JNDIRealm and roleNested doesn't work with roleSearch="(member={1})"

https://issues.apache.org/bugzilla/show_bug.cgi?id=48629

--- Comment #3 from tahitiangabriel <gl...@piti.pf> 2010-02-01 10:02:22 UTC ---
I think having roleNestedSearch="(member={0})" is a very good idea. Like that
it should work for all kind of configurations.


For the moment I've switched to the "member={0}" instead of "member={1}", so I
can use tomcat 6.0.24 in production.


Here's my conf (for a Domino 8.5) :
<Realm className="org.apache.catalina.realm.JNDIRealm"
    connectionName="CN=XXXXXX,O=XXXXX" 
    connectionPassword="XXXXXX" 
    connectionURL="ldap://127.0.0.1:389" 
    roleName="cn" 
    roleNested="true" 
    roleSearch="(member={0})" 
    roleSubtree="true" 
    userSearch="(uid={0})" 
    userSubtree="true"/>

I'm not sure my english is good enough to update the doc...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org