|
Authen::PAAS::LoginModule - a pluggable authentication module |
Authen::PAAS::LoginModule - a pluggable authentication module
use Authen::PAAS::LoginModule;
my $result = $module->login($subject, \%callbacks);
This module provides the API for authenticating a subject for the purposes of session login. It will be subclassed to provide the implementations of different authentication schemes.
This module expects one custom configuration option with
the key passwd to refer to the username, password
mapping file.
username, and the other with the key password.
login method.
This method must be implemented by subclasses.
Daniel Berrange <dan@berrange.com>
Copyright (C) 2004-2005 Daniel Berrange
perl(1), the Authen::PAAS::Context manpage, the Authen::PAAS::Subject manpage, the Authen::PAAS::Callback manpage.
|
Authen::PAAS::LoginModule - a pluggable authentication module |