]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Tue, 5 Mar 2013 15:56:07 +0000 (15:56 +0000)
committerEric Covener <covener@apache.org>
Tue, 5 Mar 2013 15:56:07 +0000 (15:56 +0000)
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

index b0bf3c1a1d12578b8b316de512860a90c178f4c6..2f930923dca0c7624accf75d4d60e0a345257c73 100644 (file)
@@ -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.</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 <code class="directive">LDAPConnectionPoolTTL</code>. </p> 
+
     <div class="note"><p>This timeout defaults to units of seconds, but accepts
     suffixes for milliseconds (ms), minutes (min), and hours (h).
     </p></div>