git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103282
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/04/03 23:24:25 $]
+Last modified at [$Date: 2004/04/06 15:17:15 $]
Release:
modules/mappers/mod_rewrite.c: r1.255
+1: nd
+ *) 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
+
*) 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