| OpenPlugin documentation | view source | Contained in the OpenPlugin distribution. |
OpenPlugin::Authenticate::DBI - Authenticate using DBI
my $OP = OpenPlugin->new({ config_src => 'myconf.xml' });
$OP->Authenticate->authenticate({ username => 'foo',
password => 'bar',
service => 'ldap' });
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.
authenticate()
Tests the credentials of a user.
Returns: True is successful, false otherwise.
Nothing known.
None known.
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.
Eric Andreychek <eric@openthought.net>
| OpenPlugin documentation | view source | Contained in the OpenPlugin distribution. |