You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/09/17 01:04:30 UTC

svn commit: r289674 - /httpd/httpd/branches/2.0.x/STATUS

Author: bnicholes
Date: Fri Sep 16 16:04:28 2005
New Revision: 289674

URL: http://svn.apache.org/viewcvs?rev=289674&view=rev
Log:
mod_ldap backport 

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=289674&r1=289673&r2=289674&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Fri Sep 16 16:04:28 2005
@@ -328,6 +328,14 @@
                  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.