From e341f0a16760b4c2cdaa3df68a3a01b542d987a3 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 12 Mar 2012 21:42:37 +0000 Subject: [PATCH] document LDAPRetries and LDAPRetryDelay knobs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299883 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 -- 2.40.0