You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/03/05 16:55:17 UTC

svn commit: r1452865 - /httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml

Author: covener
Date: Tue Mar  5 15:55:17 2013
New Revision: 1452865

URL: http://svn.apache.org/r1452865
Log:
for now, mention that the TTL isn't tracking to the last I/O on the LDAP conn.


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml?rev=1452865&r1=1452864&r2=1452865&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml Tue Mar  5 15:55:17 2013
@@ -736,6 +736,11 @@ connection client certificates.</descrip
     connection pool.  The default value of -1, and any other negative value,
      allows connections of any age to be reused.</p>
 
+    <p>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 <directive>LDAPConnectionPoolTTL</directive>. </p> 
+
     <note><p>This timeout defaults to units of seconds, but accepts
     suffixes for milliseconds (ms), minutes (min), and hours (h).
     </p></note>