From: Eric Covener Date: Sat, 12 Mar 2011 21:43:37 +0000 (+0000) Subject: doc for r1081007, LDAPConnectionPoolTTL X-Git-Tag: 2.3.12~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248ea7f92c66d7f0671e275c2ffa57ddd8835d31;p=thirdparty%2Fapache%2Fhttpd.git doc for r1081007, LDAPConnectionPoolTTL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081008 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index dee8c745d08..6753b36556f 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -682,19 +682,43 @@ connection client certificates. -LDAPVerifyServerCert -Force server certificate verification -LDAPVerifyServerCert On|Off -LDAPVerifyServerCert On +ldapverifyservercert +force server certificate verification +ldapverifyservercert on|off +ldapverifyservercert on server config -

Specifies whether to force the verification of a - server certificate when establishing an SSL connection to the - LDAP server.

+

specifies whether to force the verification of a + server certificate when establishing an ssl connection to the + ldap server.

+ +LDAPConnectionPoolTTL +Discard backend connections that have been sitting in the connection pool too long +LDAPConnectionPoolTTL n +LDAPConnectionPoolTTL -1 +Apache HTTP Server 2.3.12 and later +server configvirtual host + + +

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.

+ +

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.

+ +

This timeout defaults to units of seconds, but accepts + suffixes for milliseconds (ms), minutes (min), and hours (h). +

+
+
+ + LDAPLibraryDebug Enable debugging in the LDAP SDK