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 2007/08/31 19:32:28 UTC

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

Author: covener
Date: Fri Aug 31 10:32:28 2007
New Revision: 571528

URL: http://svn.apache.org/viewvc?rev=571528&view=rev
Log:
propose a "backport" to help mod_authnz_ldap step out of the way that
group/user/dbm/owner authz modules do

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=571528&r1=571527&r2=571528&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Aug 31 10:32:28 2007
@@ -200,6 +200,17 @@
      +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.