]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Tue, 5 Mar 2013 16:02:43 +0000 (16:02 +0000)
committerEric Covener <covener@apache.org>
Tue, 5 Mar 2013 16:02:43 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1452869 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.html.en

index 8420397668c63cf2aa108aa6ee2f47ead0c2333f..115d19edb9a83fe94fbab005c8ff5cfd33cac064 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>