diff options
author | Eric Covener <covener@apache.org> | 2013-03-05 16:56:07 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-03-05 16:56:07 +0100 |
commit | 086ee45065563811be1d8d485401df7182ccbc0b (patch) | |
tree | 976c398342746dba7aa60d3b409b99d60c6ac151 /docs/manual/mod | |
parent | for now, mention that the TTL isn't tracking to the last I/O on the LDAP conn. (diff) | |
download | apache2-086ee45065563811be1d8d485401df7182ccbc0b.tar.xz apache2-086ee45065563811be1d8d485401df7182ccbc0b.zip |
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_ldap.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index b0bf3c1a1d..2f930923dc 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -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> |