From: Bradley Nicholes Date: Tue, 13 Mar 2007 18:12:30 +0000 (+0000) Subject: mod_ldap backport proposal X-Git-Tag: 2.2.5~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a37b113a4787ee0556839da04da0f0e26f5baf;p=thirdparty%2Fapache%2Fhttpd.git mod_ldap backport proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 61828a32175..755f3fd755c 100644 --- a/STATUS +++ b/STATUS @@ -166,3 +166,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=499567&view=rev +1: niq, rpluem + * mod_ldap: Remove the hardcoded size limit parameter for + ldap_search_ext_s and replace it with an APR_ defined + value that is set according to the LDAP SDK being used. + http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?r1=484985&r2=517788 + +1: bnicholes