From ec2428fce5ca28dca2e12ffa52e56c2eeeaa5e6f Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 31 Mar 2004 23:08:45 +0000 Subject: [PATCH] Propose a back port git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103226 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index aef2fff53f5..f71ca290386 100644 --- 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 -- 2.47.2