]> granicus.if.org Git - apache/commitdiff
Fix authnz_ldap invalid auth detection
authorBradley Nicholes <bnicholes@apache.org>
Fri, 2 Jun 2006 22:18:05 +0000 (22:18 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 2 Jun 2006 22:18:05 +0000 (22:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@411315 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8166beffa54452169d7ec79bd110092f375ced3c..fc2b8d3466cde3d23f7dfb9ebd60d6ba1067871b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_authnz_ldap: Fix a problem with invalid auth error detection for 
+     LDAP client SDKs that don't support LDAP_SECURITY_ERROR macro. PR#39529
+     [Ray Price <dohrayme yahoo.com>], [Josh Fenlason <jfenlason ptc.com>]
+
   *) mod_cache: Do not overwrite the Content-Type in the cache, for
      successfully revalidated cached objects. PR 39647. [Ruediger Pluem]