|
NAMEAuthen::PAAS::LoginModule - a pluggable authentication module SYNOPSISuse Authen::PAAS::LoginModule; my $result = $module->login($subject, \%callbacks); DESCRIPTIONThis 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. CONFIGURATIONThis module expects one custom configuration option with the key "passwd" to refer to the username, password mapping file. METHODS
AUTHORSDaniel Berrange <dan@berrange.com> COPYRIGHTCopyright (C) 2004-2006 Daniel Berrange SEE ALSOAuthen::PAAS::LoginModule, Authen::PAAS::Context, Authen::PAAS::Subject, Authen::PAAS::Callback.
|