You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2002/08/03 17:41:12 UTC

cvs commit: httpd-ldap README

minfrin     2002/08/03 08:41:12

  Added:       .        README
  Log:
  Add a README file to the httpd-ldap stuff to show how to build for
  UNIX.
  
  Revision  Changes    Path
  1.1                  httpd-ldap/README
  
  Index: README
  ===================================================================
  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:
  
    ./configure --with-ldap --enable-ldap --enable-auth-ldap
  
    The --with-ldap switches on LDAP library linking in apr-util. Make
    sure that you have an LDAP client library available such as those
    from Netscape/iPlanet/Sun One or the OpenLDAP project.
  
    The --enable-ldap option switches on the LDAP caching module. This
    module is a support module for other LDAP modules, and is not useful
    on it's own.
  
    The --enable-auth-ldap option switches on the LDAP authentication
    module.