From: Jeff Trawick Date: Fri, 30 Aug 2002 20:32:14 +0000 (+0000) Subject: update README.ldap and config.m4 to reflect new location of X-Git-Tag: AGB_BEFORE_AAA_CHANGES~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9baf0c51ca9440a41a31792ed1155426a14caf58;p=apache update README.ldap and config.m4 to reflect new location of httpd ldap code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96595 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/README.ldap b/modules/experimental/README.ldap index b8c2cf1936..2e67f6ee4c 100644 --- a/modules/experimental/README.ldap +++ b/modules/experimental/README.ldap @@ -1,14 +1,6 @@ Quick installation instructions (UNIX): -- Copy the httpd-ldap directory into httpd-2.0/modules like so: - - cp -a httpd-ldap httpd-2.0/modules - -- Rebuild the ./configure script - - ./buildconf - -- Add the TWO ldap modules to the build, like this: +- Add generic ldap support and the TWO ldap modules to the build, like this: ./configure --with-ldap --enable-ldap --enable-auth-ldap diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index eb5e7e34a3..87af78e99e 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -29,5 +29,9 @@ APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(ext_filter, external filter module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) +APACHE_MODULE(auth_ldap, LDAP based authentication, , , 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) APACHE_MODPATH_FINISH