From: Eric Covener Date: Mon, 12 Mar 2012 21:43:48 +0000 (+0000) Subject: Merge r1299883 from trunk: X-Git-Tag: 2.4.2~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e340c055744adf147be7aef3621365e6e6cbca08;p=apache Merge r1299883 from trunk: document LDAPRetries and LDAPRetryDelay knobs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1299886 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 37f7e56ef0..3188ab4679 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -537,6 +537,37 @@ valid + +LDAPRetryDelay +Configures the delay between LDAP server retries. +LDAPRetryDelay seconds +LDAPRetryDelay 0 +server config + + +

If LDAPRetryDelay is set to a non-zero + value, the server will delay retrying an LDAP request for the + specified amount of time. Setting this directive to 0 will + result in any retry to occur without delay.

+ +

LDAP errors such as timeouts and refused connections are retryable.

+
+
+ + +LDAPRetries +Configures the number of LDAP server retries. +LDAPRetries number-of-retries +LDAPRetries 3 +server config + +

The server will retry failed LDAP requests up to + LDAPRetries times. Setting this + directive to 0 disables retries.

+

LDAP errors such as timeouts and refused connections are retryable.

+
+
+ LDAPTrustedGlobalCert Sets the file or database containing global trusted