]> granicus.if.org Git - apache/commitdiff
Added rebind change info.
authorPaul J. Reder <rederpj@apache.org>
Wed, 23 Jan 2008 18:17:13 +0000 (18:17 +0000)
committerPaul J. Reder <rederpj@apache.org>
Wed, 23 Jan 2008 18:17:13 +0000 (18:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@614607 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2f7f42e8f9690eb369c6837d478c0c548375737a..90c8ad3282399168eb4d1ed0fda94ca5809aa91b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_ldap: Add support (taking advantage of the new APR capability)
+     for ldap rebind callback while chasing referrals. This allows direct
+     searches on LDAP servers (in particular MS Active Directory 2003+)
+     using referrals without the use of the global catalog.
+     PRs 26538, 40268, and 42557 [Paul J. Reder]
+
   *) ab: Do not try to read non existing response bodies of HEAD requests.
      PR 34275 [Takashi Sato <serai lans-tv.com>]