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:
[ 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