OpenPlugin::Authenticate::DBI - Authenticate using DBI


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.

Index


NAME

Top

OpenPlugin::Authenticate::DBI - Authenticate using DBI

SYNOPSIS

Top

 my $OP = OpenPlugin->new({ config_src => 'myconf.xml' });

 $OP->Authenticate->authenticate({ username => 'foo',
                                   password => 'bar',
                                   service  => 'ldap' });




DESCRIPTION

Top

This driver authenticates users via DBI. For a given username and password, they will be authenticated based on a username and password listed in the database.

METHODS

Top

authenticate()

Tests the credentials of a user.

Returns: True is successful, false otherwise.

TO DO

Top

Nothing known.

BUGS

Top

None known.

COPYRIGHT

Top

AUTHORS

Top

Eric Andreychek <eric@openthought.net>


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.