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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31273

JNDIRealm doesn't take care of env params

           Summary: JNDIRealm doesn't take care of env params
           Product: Tomcat 4
           Version: 4.1.29
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Regarding LDAP environment parameters, there is a missing param which is really 
useful for LDAP servers with aliases in it.

The java.naming.ldap.derefAliases must be specified to NEVER in the JNDIRealm 
in order to avoid loops in searches containing aliases. (default is always).

When set to always, server enter into infinite loops and never returns, 
preventing authentication to succeed.

I'm writing a new Realm to handle this new param, with 4 values.

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

Reply via email to