]> granicus.if.org Git - apache/commit
mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable
authorEric Covener <covener@apache.org>
Thu, 11 Aug 2011 20:05:18 +0000 (20:05 +0000)
committerEric Covener <covener@apache.org>
Thu, 11 Aug 2011 20:05:18 +0000 (20:05 +0000)
commitf5b63175fc8671bca6a867a113d0a7d69c9be181
tree246a77d41e51c510e9fffa1cd2f9fd0f6e899cf0
parent62bc7146c85eada57efe933f0576c9ff0e8c5030
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
CHANGES
include/ap_mmn.h
include/util_ldap.h
modules/ldap/util_ldap.c