From: Bradley Nicholes Date: Fri, 2 Jun 2006 22:18:05 +0000 (+0000) Subject: Fix authnz_ldap invalid auth detection X-Git-Tag: 2.3.0~2362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea02a92576067a003d261556b2c856850e836969;p=apache Fix authnz_ldap invalid auth detection git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@411315 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8166beffa5..fc2b8d3466 100644 --- 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 ], [Josh Fenlason ] + *) mod_cache: Do not overwrite the Content-Type in the cache, for successfully revalidated cached objects. PR 39647. [Ruediger Pluem]