summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-08-12 15:56:54 +0200
committerEric Covener <covener@apache.org>2011-08-12 15:56:54 +0200
commita68a8e491890af8dc3b03725460836ea9c77a0c6 (patch)
tree8ad9cb47ecae6bf3984edf640e5c78264b62a84b /CHANGES
parent* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDevice): Fix (diff)
downloadapache2-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 59fe8d3d90..3c7c6126ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]