From: Eric Covener Date: Tue, 5 Mar 2013 15:56:07 +0000 (+0000) Subject: xform X-Git-Tag: 2.5.0-alpha~5699 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=086ee45065563811be1d8d485401df7182ccbc0b;p=apache xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452867 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index b0bf3c1a1d..2f930923dc 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -487,6 +487,11 @@ LDAPTrustedGlobalCert CA_BASE64 /certs/cacert2.pem connection pool. The default value of -1, and any other negative value, allows connections of any age to be reused.

+

The timemout is based on when the LDAP connection is returned to the + pool, not based on the last time I/O has been performed over the backend + connection. If the information is cached, the apparent idle time can exceed + the LDAPConnectionPoolTTL.

+

This timeout defaults to units of seconds, but accepts suffixes for milliseconds (ms), minutes (min), and hours (h).