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=21787>.
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=21787

LDAP authentication failure does not recover properly





------- Additional Comments From [EMAIL PROTECTED]  2003-09-25 04:18 -------
We were having the exactly same problem (without running mod_dav) trying to 
authenticate to SunOne Directory Server 5.

The workaround we used (was originally suggested in Bug #17274) was to close 
the connection to LDAP server completely after every search:

$ diff mod_auth_ldap.c~  mod_auth_ldap.c
368c368
<     util_ldap_connection_close(ldc);
---
>     util_ldap_connection_destroy(ldc);

Would be great if someone could investigate this properly!

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

Reply via email to