You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/09/20 22:09:30 UTC

svn commit: r817093 - /httpd/httpd/branches/2.2.x/CHANGES

Author: trawick
Date: Sun Sep 20 20:09:29 2009
New Revision: 817093

URL: http://svn.apache.org/viewvc?rev=817093&view=rev
Log:
try to supply a CHANGES entry for r817064

* 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

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=817093&r1=817092&r2=817093&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Sun Sep 20 20:09:29 2009
@@ -9,6 +9,9 @@
      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