From: Bradley Nicholes Date: Fri, 16 Sep 2005 23:04:28 +0000 (+0000) Subject: mod_ldap backport X-Git-Tag: 2.0.55~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fb81125e007627e0732df803b9aadd44c4d052;p=thirdparty%2Fapache%2Fhttpd.git mod_ldap backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@289674 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c7afcc633db..9ea9aa75f68 100644 --- 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.