From: Eric Covener
Date: Tue, 5 Mar 2013 15:57:39 +0000 (+0000)
Subject: Merge r1452865 from trunk:
X-Git-Tag: 2.4.5~514
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7776f7b38886dfc7a5befab3545b437120c39149;p=apache
Merge r1452865 from trunk:
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/branches/2.4.x@1452868 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 387968989b..3f6e034968 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -733,6 +733,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).