]> granicus.if.org Git - apache/commitdiff
update README.ldap and config.m4 to reflect new location of
authorJeff Trawick <trawick@apache.org>
Fri, 30 Aug 2002 20:32:14 +0000 (20:32 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 30 Aug 2002 20:32:14 +0000 (20:32 +0000)
httpd ldap code

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96595 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/README.ldap
modules/experimental/config.m4

index b8c2cf19368979b805c3fe053d6ccfaabd560cd1..2e67f6ee4c258193cb21e6a71e575c2776e77f03 100644 (file)
@@ -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
 
index eb5e7e34a35cd27153905578e0409adabfabc2c1..87af78e99ef0fc96fe33c80ecf7a19a46c13fc2d 100644 (file)
@@ -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