From: Eric Covener Date: Fri, 31 Aug 2007 20:33:25 +0000 (+0000) Subject: promote authnz_ldap require tweak X-Git-Tag: 2.2.6~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed9de8da5974dddbf47a077e05a3cfe93ea456e;p=thirdparty%2Fapache%2Fhttpd.git promote authnz_ldap require tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 389e360b140..2d0c73ffc6f 100644 --- 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