From: Jeff Trawick Date: Tue, 15 Jun 2010 17:40:03 +0000 (+0000) Subject: add more info to the entry for r527105 from the analogous entry X-Git-Tag: 2.2.16~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74351b66825c8e3bd1c99360a2003a49f25ab6ad;p=thirdparty%2Fapache%2Fhttpd.git add more info to the entry for r527105 from the analogous entry in trunk's CHANGES (mod_ldap: Remove the hardcoded size limit parameter for ldap_search_ext ...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@954978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 373db40a9d3..bcccbd2d5b5 100644 --- a/CHANGES +++ b/CHANGES @@ -1230,8 +1230,9 @@ Changes with Apache 2.2.6 [Takashi Sato ] *) 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. + ldap_search_ext_s and replace it with an APR_ defined value that + is set according to the LDAP SDK being used, resolving a problem + with SDKs that define LDAP_NO_LIMIT to something other than -1. [David Jones ] *) core: Correct a regression since 2.0.x in the handling of AllowOverride