summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-08-11 22:05:18 +0200
committerEric Covener <covener@apache.org>2011-08-11 22:05:18 +0200
commitf5b63175fc8671bca6a867a113d0a7d69c9be181 (patch)
tree246a77d41e51c510e9fffa1cd2f9fd0f6e899cf0 /CHANGES
parentremove (the only) retry logic in mod_authnz_ldap's authentication path (diff)
downloadapache2-f5b63175fc8671bca6a867a113d0a7d69c9be181.tar.xz
apache2-f5b63175fc8671bca6a867a113d0a7d69c9be181.zip
mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable
number of retries (LDAPRetries, default 3) and configurable delay between retries (LDAPRetryDelay, no delay by default). The LDAP connection is re-initted every other retry, instead of on the fifth retry -- this was a much more recent addition then the basic looping behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1156790 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 71ebab6fd9..59fe8d3d90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.3.15
+ *) mod_ldap: Change default number of retries from 10 to 3, and add
+ an LDAPRetries and LDAPRetryDelay directives. [Eric Covener]
+
*) mod_authnz_ldap: Don't retry during authentication, because this just
multiplies the ample retries already being done by mod_ldap. [Eric Covener]