From: Eric Covener
LDAPCacheEntries
LDAPCacheTTL
LDAPConnectionPoolTTL
LDAPConnectionTimeout
LDAPLibraryDebug
LDAPOpCacheEntries
Description: | Discard backend connections that have been sitting in the connection pool too long |
---|---|
Syntax: | LDAPConnectionPoolTTL n |
Default: | LDAPConnectionPoolTTL -1 |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_ldap |
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). +
Specifies whether to force the verification of a - server certificate when establishing an SSL connection to the - LDAP server.
+ server certificate when establishing an SSL connection to the + LDAP server.