
Apache::AuthenCacheLDAP.pm is a mod_perl apache module so you may
have both installed before using it.

You must have Net::LDAP installed before installing AuthenCacheLDAP.
See at www.cpan.org.

Building and installing Apache::AuthenCacheLDAP.pm is as simple as:

  perl Makefile.PL
  make
  make install

Testing Apache::AuthenCacheLDAP.pm:

  At this time, no regression tests are available.

How to use this module is describe into the perl embeded
documentation. See README.txt or perldoc AuthenCacheLDAP.pm

Hope this help ;-)

