From: Bradley Nicholes Date: Tue, 6 Apr 2004 15:17:15 +0000 (+0000) Subject: Propose another ldap back port X-Git-Tag: 2.0.50~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70aef4784de704efa9a1db3cd03723b193f1040;p=thirdparty%2Fapache%2Fhttpd.git Propose another ldap back port git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103282 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3b6855d4285..370ae96304a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/03 23:24:25 $] +Last modified at [$Date: 2004/04/06 15:17:15 $] Release: @@ -89,6 +89,11 @@ PATCHES TO BACKPORT FROM 2.1 modules/mappers/mod_rewrite.c: r1.255 +1: nd + *) Check to make sure that if auth_ldap is loaded, mod_ldap is + also loaded. + modules/experimental/mod_auth_ldap.c: r1.22 + +1: bnicholes + *) util_ldap_connection_find() locks each cached connection while testing to see if it matches the specified criteria. But then it forgets to unlock the connection if it doesn't match. This