server down and TIMEOUT together.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510084 13f79535-47bb-0310-9956-
ffa450edef68
goto start_over;
}
+ if (result == LDAP_TIMEOUT) {
+ ldc->reason = "ldap_search_ext_s() for user failed with timeout";
+ uldap_connection_unbind(ldc);
+ failures++;
+ goto start_over;
+ }
+
+
/* if there is an error (including LDAP_NO_SUCH_OBJECT) return now */
if (result != LDAP_SUCCESS) {
ldc->reason = "ldap_search_ext_s() for user failed";