]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport
authorBradley Nicholes <bnicholes@apache.org>
Wed, 3 Nov 2004 22:16:54 +0000 (22:16 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 3 Nov 2004 22:16:54 +0000 (22:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105676 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2e400e348ddb03baef6a16ec7f1576055099bf8d..990f576929b9dafc485526a5d4c3a15e6b5a9faf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/11/01 23:43:44 $]
+Last modified at [$Date: 2004/11/03 22:16:54 $]
 
 Release:
 
@@ -80,6 +80,13 @@ 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
+
     *) mod_ssl: Fix and prevent an SSLCipherSuite bypass by resuming a
        session during a renegotiation.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111