From: Bradley Nicholes Date: Wed, 10 Nov 2004 18:05:47 +0000 (+0000) Subject: Added the directive "Requires ldap-attribute" that allows the module to only authoriz... X-Git-Tag: 2.0.53~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf5a5836231619a888b2ede8a72138a062ba3c3;p=thirdparty%2Fapache%2Fhttpd.git Added the directive "Requires ldap-attribute" that allows the module to only authorize a user if the attribute value specified matches the value of the user object. PR 31913 Submitted by: Ryan Morgan Reviewd by: bnicholes, wrowe, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 08c83fd3132..80b1777455e 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,11 @@ Changes with Apache 2.0.53 user cache without having to require ldap authentication as well. [PR 31898] [Jari Ahonen jah progress.com, Brad Nicholes] + *) mod_auth_ldap: Added the directive "Requires ldap-attribute" that + allows the module to only authorize a user if the attribute value + specified matches the value of the user object. PR 31913 + [Ryan Morgan ] + *) SECURITY: CAN-2004-0942 (cve.mitre.org) Fix for memory consumption DoS in handling of MIME folded request headers. [Joe Orton] diff --git a/STATUS b/STATUS index c48712573c3..378dc3b811f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/11/10 16:35:21 $] +Last modified at [$Date: 2004/11/10 18:05:46 $] Release: @@ -75,13 +75,6 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] - *) mod_authnz_ldap: Added the directive "Requires ldap-attribute" that - allows the module to only authorize a user if the attribute value - specified matches the value of the user object. PR 31913 - modules/aaa/mod_authnz_ldap.c: r1.7 - docs/manual/mod/mod_authnz_ldap.xml: r1.3 - +1: bnicholes, wrowe, jim - *) mod_ssl: Fix an possible NULL pointer dereference in some configs. http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182 PR: 31848 diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml index 454a0828ac0..45ca5ee5da2 100644 --- a/docs/manual/mod/mod_auth_ldap.xml +++ b/docs/manual/mod/mod_auth_ldap.xml @@ -1,7 +1,7 @@ - +