]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- Add my 2c
authorGraham Leggett <minfrin@apache.org>
Tue, 6 Apr 2004 18:09:21 +0000 (18:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 6 Apr 2004 18:09:21 +0000 (18:09 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103285 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 64ff45b86da394cd52ea6cf92d0622d2455be0b3..9cf157d226c6ef3d511f377fe69d8661d2eaabb9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/06 15:49:58 $]
+Last modified at [$Date: 2004/04/06 18:09:21 $]
 
 Release:
 
@@ -92,7 +92,7 @@ PATCHES TO BACKPORT FROM 2.1
     *) 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
+       +1: bnicholes, minfrin
        
     *) util_ldap_connection_find() locks each cached connection while 
        testing to see if it matches the specified criteria.  But then 
@@ -102,7 +102,7 @@ PATCHES TO BACKPORT FROM 2.1
        requests. This patch unlocks the connection if it doesn't meet
        the connection criteria.
          modules/experimental/util_ldap.c: r1.23
-       +1: bnicholes
+       +1: bnicholes, minfrin
        
     *) Update the ldc->binddn and ldc->bindpw associated with the LDAP 
        connection to match the authenticating user DN and password after
@@ -112,7 +112,7 @@ PATCHES TO BACKPORT FROM 2.1
        fact it is bound to a completely different user DN who may not have 
        sufficient rights to complete the requested search.
          modules/experimental/util_ldap.c: r1.22
-       +1: bnicholes
+       +1: bnicholes, minfrin
     
     *) mod_ssl: Fix segfaults when doing shutdown from a cleanup.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.121&r2=1.122