From: Eric Covener This directive configures the LDAP_OPT_NETWORK_TIMEOUT option in the
underlying LDAP client library, when available. This value typically
- controls how long the LDAP client library will wait for various network
- calls to complete, including establishing a connection to the target LDAP
- server. LDAPReferrals
LDAPSharedCacheFile
LDAPSharedCacheSize
LDAPTimeout
LDAPTrustedClientCert
LDAPTrustedGlobalCert
LDAPTrustedMode
If a connection is not successful with the timeout period, either an error will be returned or the LDAP client library will attempt to connect to a secondary LDAP @@ -619,6 +619,28 @@ valid memory cache. The default is 500kb. If set to 0, shared memory caching will not be used.
+ + +Description: | Specifies the timeout for LDAP search and bind operations, in seconds |
---|---|
Syntax: | LDAPTimeout seconds |
Default: | LDAPTimeout 60 |
Context: | server config |
Status: | Extension |
Module: | mod_ldap |
This directive configures the timeout for bind and search operations, as well as + the LDAP_OPT_TIMEOUT option in the underlying LDAP client library, when available.
+ +If the timeout expires, httpd will retry in case an existing connection has + been silently dropped by a firewall.
+ +Timeouts for ldap compare operations requires an SDK with LDAP_OPT_TIMEOUT, such as OpenLDAP >= 2.4.4.
+This directive configures the LDAP_OPT_NETWORK_TIMEOUT option in the underlying LDAP client library, when available. This value typically - controls how long the LDAP client library will wait for various network - calls to complete, including establishing a connection to the target LDAP - server.
+ controls how long the LDAP client library will wait for the TCP connection + to the LDAP server to complete.If a connection is not successful with the timeout period, either an error will be returned or the LDAP client library will attempt to connect to a secondary LDAP @@ -652,6 +651,28 @@ connection client certificates.
This directive configures the timeout for bind and search operations, as well as + the LDAP_OPT_TIMEOUT option in the underlying LDAP client library, when available.
+ +If the timeout expires, httpd will retry in case an existing connection has + been silently dropped by a firewall.
+ +Timeouts for ldap compare operations requires an SDK with LDAP_OPT_TIMEOUT, such as OpenLDAP >= 2.4.4.
+