APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/04/12 21:17:42 $]
+Last modified at [$Date: 2004/04/12 21:26:25 $]
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, minfrin, trawick
-
*) 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
}
*/
+ /* make sure that mod_ldap (util_ldap) is loaded */
+ if (ap_find_linked_module("util_ldap.c") == NULL) {
+ ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, s,
+ "Module mod_ldap missing. Mod_ldap (aka. util_ldap) "
+ "must be loaded in order for mod_auth_ldap to function properly");
+ return HTTP_INTERNAL_SERVER_ERROR;
+
+ }
+
if (!charset_confname) {
return OK;
}