From: Eric Covener Date: Mon, 12 Mar 2012 21:42:37 +0000 (+0000) Subject: document LDAPRetries and LDAPRetryDelay knobs X-Git-Tag: 2.5.0-alpha~7385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e341f0a16760b4c2cdaa3df68a3a01b542d987a3;p=apache document LDAPRetries and LDAPRetryDelay knobs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299883 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