diff options
author | Eric Covener <covener@apache.org> | 2011-08-12 15:56:54 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-08-12 15:56:54 +0200 |
commit | a68a8e491890af8dc3b03725460836ea9c77a0c6 (patch) | |
tree | 8ad9cb47ecae6bf3984edf640e5c78264b62a84b /CHANGES | |
parent | * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDevice): Fix (diff) | |
download | apache2-a68a8e491890af8dc3b03725460836ea9c77a0c6.tar.xz apache2-a68a8e491890af8dc3b03725460836ea9c77a0c6.zip |
Accept LDAP_OPT_CONNECT_TIMEOUT as an alternative to LDAP_OPT_NETWORK_TIMEOUT.
An alternative on at least some IBM client libraries:
http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/topic/com.ibm.IBMDS.doc/progref281.htm#opttimeout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.15 + *) mod_ldap: Enable LDAPConnectionTimeout for LDAP toolkits that have + LDAP_OPT_CONNECT_TIMEOUT instead of LDAP_OPT_NETWORK_TIMEOUT, such + as Tivoli Directory Server 6.3 and later. [Eric Covener] + *) mod_ldap: Change default number of retries from 10 to 3, and add an LDAPRetries and LDAPRetryDelay directives. [Eric Covener] |