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=25764>. 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=25764 LDAP Auththentication & Connection pool Problem Summary: LDAP Auththentication & Connection pool Problem Product: Apache httpd-2.0 Version: 2.0.48 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: mod_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Symptom: when authencating on an Active Directory, if an authentication fails, the following authentications will fail too, even if the user gives the correct user name and password. Reason: Actually, this bug is between mod_ldap (util_ldap.c) & mod_auth_ldap. Active Directory requires a successful bind before the search, if the user enters a wrong password once, mod_auth_ldap issues a failed bind, then the status of this LDAP CONNECTION is mark as anonymous, and is not allow to search again in the following authentications, and util_ldap defines a connection pool, so this failed connection will always be used. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
