because it's causing the ample retries in mod_ldap to be multiplied by this
outter loop.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1156007 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.3.15
+ *) mod_authnz_ldap: Don't retry during authentication, because this just
+ multiplies the ample retries already being done by mod_ldap. [Eric Covener]
+
*) configure: Allow to explicitly disable modules even with module selection
'reallyall'. [Stefan Fritsch]
&dn, &(req->vals));
util_ldap_connection_close(ldc);
- /* sanity check - if server is down, retry it up to 5 times */
- if (AP_LDAP_IS_SERVER_DOWN(result)) {
- if (failures++ <= 5) {
- goto start_over;
- }
- }
-
/* handle bind failure */
if (result != LDAP_SUCCESS) {
if (!sec->bind_authoritative) {