From: Bradley Nicholes Date: Wed, 18 Aug 2004 23:24:14 +0000 (+0000) Subject: mod_auth_ldap and util_ldap no longer build from the experimental directory X-Git-Tag: STRIKER_2_1_0_RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eb4d10d3cc2548f296e33a955599e90cd86995e;p=apache 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 --- 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