summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-11-04 23:10:37 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-11-04 23:10:37 +0000
commit0fcbfe2b70772cea4573fdc2550a9a24ab5226cd (patch)
tree41f00b89e67fb613045489c97c1a8c1ff72471e5 /STATUS
parent7e7dc65e4fb337ededbff6541e85d1607f7ed0bd (diff)
downloadhttpd-0fcbfe2b70772cea4573fdc2550a9a24ab5226cd.tar.gz
backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS9
1 files changed, 8 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 990f576929..dff9a98bb6 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/11/03 22:16:54 $]
+Last modified at [$Date: 2004/11/04 23:10:37 $]
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! ]
+ *) util_ldap: Add the util_ldap_cache_getuserdn() API to allow
+ non-LDAP authentication modules the ability to use the util_ldap
+ cache for authorization purposes only rather than authentication.
+ PR #31898
+ http://www.apache.org/~bnicholes/apache_2.0_getuserdn.patch
+ +1:bnicholes
+
*) 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