APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/31 23:08:45 $]
+Last modified at [$Date: 2004/04/02 23:27:07 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ *) 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
+ results in all of the connections eventually being locked and
+ mod_ldap having to create additional connections to handle new
+ requests. This patch unlocks the connection if it doesn't meet
+ the connection criteria.
+ modules/experimental/util_ldap.c: r1.23
+ +1: bnicholes
+
*) 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