From: Eric Covener
Date: Tue, 5 Mar 2013 15:55:17 +0000 (+0000)
Subject: for now, mention that the TTL isn't tracking to the last I/O on the LDAP conn.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=942b2c8a990efe70e10cb44d3d1c64e1e0e3d516;p=thirdparty%2Fapache%2Fhttpd.git
for now, mention that the TTL isn't tracking to the last I/O on the LDAP conn.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452865 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 09af6324208..bbc9f2db55a 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -736,6 +736,11 @@ connection client certificates.
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).