]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
try to supply a CHANGES entry for r817064
authorJeff Trawick <trawick@apache.org>
Sun, 20 Sep 2009 20:09:29 +0000 (20:09 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 20 Sep 2009 20:09:29 +0000 (20:09 +0000)
* mod_ldap: Pre-scan the requirements array before doing any LDAP lookups,
  for cases where an LDAP URL is configured but non-LDAP authn/authz is in
  effect. This stops us from trying to resolve file-based userids to a DN
  when the AuthLDAPURL has been defined at a very high level.
  PR 45946

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@817093 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b178f02fe1abff061a7da7d49ee71d69e6131bf8..b8c850a5c9d27bc22bdf9f13074930e11893defd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Changes with Apache 2.2.14
      mod_proxy_ftp: NULL pointer dereference on error paths.
      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
 
+  *) mod_ldap: Don't try to resolve file-based user ids to a DN when AuthLDAPURL
+     has been defined at a very high level.  PR 45946.  [Eric Covener]
+
   *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
 
   *) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries