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-09-18 01:39 ------- I did use latest 2.2.6 code and I did add ldap_simple_bind_s() return code with sprintf( "...%d", rc ) to the ldap_simple_bind_s() failed message. Return code for this case in my logs was 51. I have limeted undestanding for sprintf and I was expecting to see decimal number, but 51 is likely 0x51 ( LDAP_SERVER_DOWN ). TCP traffic sniffing verifies that LDAP client does try again and that second try is successful. But for some reason Apache is still sending Internal server error to a http client. If a http clients makes refresh after "Internal server error" correct page is served by Apache without any further TCP traffic to LDAP server. In the end I agree with Comment #7 The LDAP retry is successful! But as MS LDAP server has closed idle "half open" connection after 10min without any notice to LDAP client Apache seems to run into "Internal server error". LDAP retry is successful, but there is the "Internal server error" to be shown... -- 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]
