]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_ldap backport proposal
authorBradley Nicholes <bnicholes@apache.org>
Tue, 13 Mar 2007 18:12:30 +0000 (18:12 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 13 Mar 2007 18:12:30 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517799 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 61828a321756ce1825c4814eed9a1b235cc5490a..755f3fd755ce6f7551ab53758b4222f38ee86647 100644 (file)
--- 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