]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_ldap backport
authorBradley Nicholes <bnicholes@apache.org>
Fri, 16 Sep 2005 23:04:28 +0000 (23:04 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 16 Sep 2005 23:04:28 +0000 (23:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@289674 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c7afcc633db2bfbf0d8fa910f302a36c7ee31568..9ea9aa75f680ae1b6ded119fe6ba2efc177dec65 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -328,6 +328,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  algorithims can be pretty "interesting", probably more
                  2.2. 
 
+    *) mod_ldap: Fix PR 36563. Keep track of the number of attributes
+       retrieved from LDAP so that all of the values can be properly 
+       cached even if the value is NULL.
+         http://issues.apache.org/bugzilla/attachment.cgi?id=16429
+        or 
+        http://svn.apache.org/viewcvs.cgi?rev=156587&view=rev
+       +1: bnicholes
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.