The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CGI::Session::Authenticator::LDAP

An LDAP authenticator. Use Mozilla::LDAP.

$auth = new CGI::Session::Authenticator( -host => $host, -port => $port, -bind => 'uid=$username,ou=People,dc=mycorp,dc=com' );

if ( $auth->authenticated( $param ) ) { ...success... } else { ...failure... }

CGI::Session::Authenticator::authenticated

It accepts on argument which is a reference to a hash. This hash contains variables which are used to attempt authentication.

The standard values which are used for comparison. The basic ones are '-username' and '-password'.

It returns a true value if the user was successfully authenticated, and a false value if the user was not successfully authenticated.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 86:

'=item' outside of any '=over'

=over without closing =back