Commit 76ffcfb7 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Fix authnz_ldap invalid auth detection

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@411315 13f79535-47bb-0310-9956-ffa450edef68
parent 0a97d98d
Loading
Loading
Loading
Loading
+4 −0
Changes for CHANGES: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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]