From 086ee45065563811be1d8d485401df7182ccbc0b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 5 Mar 2013 15:56:07 +0000 Subject: [PATCH] xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452867 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.html.en | 5 +++++ 1 file changed, 5 insertions(+) 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).

-- 2.40.0