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=39095>. 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=39095 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 06:26 ------- Mod_ldap doesn't deal with network connections at this level. It is the ldap client library that handles ACK's and FIN's. Mod_ldap doesn't know that anything has happened to the network connection until the next time that it tries to call an ldap API. All it can do is handle the error that is returned. In this case, it is already handling the LDAP_SERVER_DOWN error code properly by re-establishing the connection as was noted in comment #11. The question remains, where is the internal server error message coming from? Somewhere there is a Windows specific error code that is not being handled properly. Without a Windows box, I can't tell where that is. Somebody with the ability to debug through the code on Windows, will need to track it down. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
