You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/09/14 02:33:23 UTC

svn commit: r814450 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Mon Sep 14 00:33:22 2009
New Revision: 814450

URL: http://svn.apache.org/viewvc?rev=814450&view=rev
Log:
propose a 2.2.x-unique patch for PR45946.

We jump right into doing LDAP lookups before we know if we're configured 
for authorization.  Crawl through the requirements early and bail out when
no LDAP authz will be required.


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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=814450&r1=814449&r2=814450&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Sep 14 00:33:22 2009
@@ -151,7 +151,17 @@
    PR 40948
    Trunk Patch: http://svn.apache.org/viewvc?rev=814441&view=rev
    2.2.x patch: Trunk works. 
-   +1 covener
+   +1: covener
+
+ * 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
+   Trunk patch: n/a due to authz refactoring (no provider called without require-ments)
+   2.2.x version of patch: /tmp/httpd-2.2.x-authnz_ldap-skipdnloookup.diff
+   +1: covener
+
    
 PATCHES/ISSUES THAT ARE STALLED