ClearPress::authenticator::ldap - ClearPress::authenticator::ldap documentation


ClearPress documentation  | view source Contained in the ClearPress distribution.

Index


NAME

Top

ClearPress::authenticator::ldap

VERSION

Top

$LastChangedRevision: 390 $

SYNOPSIS

Top

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

server - server url (ldaps://ldap.local)

  my $sLDAPServer = $oLDAP->server();

ad_domain - Active Directory Domain (WORKGROUP)

  my $ad_domain = $oLDAP->ad_domain();

_ldap - Net::LDAP object

authen_credentials - attempt to authenticate against LDAP/AD using given username & password

  my $hrAuthenticated = $oLDAP->authen_credentials({username => $sUsername, password => $sPassword});

  returns undef or hashref

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings
base
ClearPress::authenticator
Net::LDAP
Readonly
Carp

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

$Author: Roger Pettett$

LICENSE AND COPYRIGHT

Top


ClearPress documentation  | view source Contained in the ClearPress distribution.