NAME
CGI::WeT::User::DBI::LDAP - interface between CGI::WeT::User and Net::LDAP
SYNOPSIS
use CGI::WeT::User::DBI::LDAP ();
DESCRIPTION
This package provides CGI::WeT::User with access to an LDAP database. This module requires Net::LDAP. Use of another LDAP package should only require trivial changes to the code.
Three variables are required in the Apache configuration file (httpd.conf or equivalent).
- PerlSetVar WeT_UserDB_LDAP_Host <host>
- PerlSetVar WeT_UserDB_LDAP_Service <port>
- PerlSetVar WeT_UserDB_LDAP_Base <base_dn>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 55:
=back doesn't take any parameters, but you said =back 4