]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose another ldap back port
authorBradley Nicholes <bnicholes@apache.org>
Tue, 6 Apr 2004 15:17:15 +0000 (15:17 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 6 Apr 2004 15:17:15 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103282 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3b6855d4285c16e76ad84899f6e873ede77a946c..370ae96304a3e49248b66f7df607a8e3095d446d 100644 (file)
--- 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