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

NAME

OpenPlugin::Authenticate::DBI - Authenticate using DBI

SYNOPSIS

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

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

DESCRIPTION

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

authenticate()

Tests the credentials of a user.

Returns: True is successful, false otherwise.

TO DO

Nothing known.

BUGS

None known.

COPYRIGHT

Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Eric Andreychek <eric@openthought.net>