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 2004/02/12 14:28:36 UTC

DO NOT REPLY [Bug 26888] New: - ldap-realm (example) in above url does not work (at least if ldap-server=oracle ldap)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26888>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26888

ldap-realm (example) in above url does not work (at least if ldap-server=oracle ldap)

           Summary: ldap-realm (example) in above url does not work (at
                    least if ldap-server=oracle ldap)
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
               URL: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-
                    howto.html
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: sp@softing.com


<Realm   className="org.apache.catalina.realm.JNDIRealm" debug="99"
     connectionURL="ldap://localhost:389"
          userBase="ou=people,dc=mycompany,dc=com"
        userSearch="(mail={0})"
      userRoleName="memberOf"
          roleBase="ou=groups,dc=mycompany,dc=com"
          roleName="cn"
        roleSearch="(uniqueMember={0})"
/>
the last line does not work. if i leave out the parentheses it works fine.

this problem did not exist in tomcat-5.0.16

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