From: Eric Covener Date: Fri, 31 Aug 2007 17:32:28 +0000 (+0000) Subject: propose a "backport" to help mod_authnz_ldap step out of the way that X-Git-Tag: 2.2.6~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1488f5ed27056d2c2d95e026b8d762174c0fa10;p=thirdparty%2Fapache%2Fhttpd.git propose a "backport" to help mod_authnz_ldap step out of the way that 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 --- diff --git a/STATUS b/STATUS index 7500766e0f5..da7930fda0a 100644 --- 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.