summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-03-12 22:42:36 +0100
committerEric Covener <covener@apache.org>2011-03-12 22:42:36 +0100
commit7dbcca96c170f28151a3a6e5c5c7027817a07dd6 (patch)
tree815ad2a9f45658235a7f1ed1122a6b09cd448b7b /CHANGES
parentifdef 0-out uldap_connection_remove(), which is not part of the API and (diff)
downloadapache2-7dbcca96c170f28151a3a6e5c5c7027817a07dd6.tar.xz
apache2-7dbcca96c170f28151a3a6e5c5c7027817a07dd6.zip
*) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
of bound backend LDAP connections. PR47634 [Eric Covener] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cd1aa5a3e2..628f01d726 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.12
+ *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
+ of bound backend LDAP connections. PR47634 [Eric Covener]
+
*) mod_cache: Make CacheEnable and CacheDisable configurable per
directory in addition to per server, making them work from within
a LocationMatch. [Graham Leggett]