Hi,

I have just managed to setup Tomcat 4.1.30 with LDAP authentication, including the retrieval of roles.

Following the docs here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#JNDIRealm

I put brackets in the roleSearch attribute like this:
 roleSearch="(uniqueMember={0})"

This won't work, no roles are found. I eventually found out that it will only work if the brackets are removed, like this:
roleSearch="uniqueMember={0}"


Could the website be changed? It may save someone some hair pulling...

Regards,
Simeon


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



Reply via email to