From 8eb4d10d3cc2548f296e33a955599e90cd86995e Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 18 Aug 2004 23:24:14 +0000 Subject: [PATCH] mod_auth_ldap and util_ldap no longer build from the experimental directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104724 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/config.m4 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index d02181a587..d62b164765 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -29,10 +29,4 @@ APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) -ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo" -APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no) - -auth_ldap_objects="mod_auth_ldap.lo" -APACHE_MODULE(auth_ldap, LDAP based authentication, $auth_ldap_objects, , no) - APACHE_MODPATH_FINISH -- 2.40.0