]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a back port
authorBradley Nicholes <bnicholes@apache.org>
Wed, 31 Mar 2004 23:08:45 +0000 (23:08 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 31 Mar 2004 23:08:45 +0000 (23:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103226 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index aef2fff53f5731f56b73a60e619c5c2f5324af83..f71ca290386e0bc397193ea0062ccf94a617545e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/30 21:07:10 $]
+Last modified at [$Date: 2004/03/31 23:08:45 $]
 
 Release:
 
@@ -72,6 +72,16 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Update the ldc->binddn and ldc->bindpw associated with the LDAP 
+       connection to match the authenticating user DN and password after
+       ldap_simple_bind_s() is called to authenticate the user.  Otherwise 
+       the next time that this connection is reused, it will indicate that 
+       it is bound to the original user DN specified by ldc->binddn when in 
+       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
+    
     *) 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
        +1: jorton, trawick, madhum