]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote authnz_ldap require tweak
authorEric Covener <covener@apache.org>
Fri, 31 Aug 2007 20:33:25 +0000 (20:33 +0000)
committerEric Covener <covener@apache.org>
Fri, 31 Aug 2007 20:33:25 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571566 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 389e360b1408cf7b80c511771c06a65550771184..2d0c73ffc6f20d729bd90dfb5a4a86146ed1f4a4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, jim, niq
 
+   * mod_authnz_ldap: When no Require ldap-* are present, return DECLINED in the
+     auth_checker hook instead of HTTP_UNAUTHORIZED. 
+     This makes authnz_ldap behave in the same fashion as authz_user, authz_dbm, 
+     authz_owner, and authz_groupfile. 
+     Trunk version of patch
+       This change is not required for trunk because of the authz-provider model
+     2.2.x version of patch:
+      http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff  
+     +1: covener, niq, bnicholes
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -199,17 +209,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~martin/ssl_engine_io.c.349906.patch
      +1: martin
 
-
-   * mod_authnz_ldap: When no Require ldap-* are present, return DECLINED in the
-     auth_checker hook instead of HTTP_UNAUTHORIZED. 
-     This makes authnz_ldap behave in the same fashion as authz_user, authz_dbm, 
-     authz_owner, and authz_groupfile. 
-     Trunk version of patch
-       This change is not required for trunk because of the authz-provider model
-     2.2.x version of patch:
-      http://people.apache.org/~covener/2.2.x-authnz_ldap-decline.diff  
-     +1: covener, niq, bnicholes
-
    * mod_proxy_connect: Fix potential proxy segfault
      PR 40756
      http://svn.apache.org/viewvc?view=rev&revision=571414