]> granicus.if.org Git - apache/commitdiff
doc for r1081007, LDAPConnectionPoolTTL
authorEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:43:37 +0000 (21:43 +0000)
committerEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:43:37 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081008 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index dee8c745d081ef803f33d5f839e08f9d50941f3d..6753b36556f28e5d69171713285a62ca4dc4bb29 100644 (file)
@@ -682,19 +682,43 @@ connection client certificates.</description>
 
 
 <directivesynopsis>
-<name>LDAPVerifyServerCert</name>
-<description>Force server certificate verification</description>
-<syntax>LDAPVerifyServerCert <var>On|Off</var></syntax>
-<default>LDAPVerifyServerCert On</default>
+<name>ldapverifyservercert</name>
+<description>force server certificate verification</description>
+<syntax>ldapverifyservercert <var>on|off</var></syntax>
+<default>ldapverifyservercert on</default>
 <contextlist><context>server config</context></contextlist>
 
 <usage>
-    <p>Specifies whether to force the verification of a 
-     server certificate when establishing an SSL connection to the 
-     LDAP server.</p>
+    <p>specifies whether to force the verification of a 
+     server certificate when establishing an ssl connection to the 
+     ldap server.</p>
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>LDAPConnectionPoolTTL</name>
+<description>Discard backend connections that have been sitting in the connection pool too long</description>
+<syntax>LDAPConnectionPoolTTL <var>n</var></syntax>
+<default>LDAPConnectionPoolTTL -1</default>
+<compatability>Apache HTTP Server 2.3.12 and later</compatability>
+<contextlist><context>server config</context><context>virtual host</context></contextlist>
+
+<usage>
+    <p>Specifies the maximum age, in seconds, that a pooled LDAP connection can remain idle
+    and still be available for use.  Connections are cleaned up when they are next needed, 
+    not asynchronously.</p>
+
+    <p>A setting of 0 causes connections to never be saved in the backend 
+    connection pool.  The default value of -1, and any other negative value, 
+     allows connections of any age to be reused.</p>
+
+    <note><p>This timeout defaults to units of seconds, but accepts
+    suffixes for milliseconds (ms), minutes (min), and hours (h).
+    </p></note>
+</usage>
+</directivesynopsis>
+
+
 <directivesynopsis>
 <name>LDAPLibraryDebug</name>
 <description>Enable debugging in the LDAP SDK</description>