]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a "backport" to help mod_authnz_ldap step out of the way that
authorEric Covener <covener@apache.org>
Fri, 31 Aug 2007 17:32:28 +0000 (17:32 +0000)
committerEric Covener <covener@apache.org>
Fri, 31 Aug 2007 17:32:28 +0000 (17:32 +0000)
group/user/dbm/owner authz modules do

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

STATUS

diff --git a/STATUS b/STATUS
index 7500766e0f5953a169fce431095f6993d30684e8..da7930fda0a8ee92213fea86acad4ffd4d8d7fef 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,6 +200,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +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
+           
+     
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.