NAME
OpenPlugin::Authenticate::PAM - PAM driver for the OpenPlugin::Authenticate plugin
PARAMETERS
No parameters can be passed in to OpenPlugin's new() method for this driver. The following parameters are accepted via the authenticate() method:
username
The username to authenticate.
password
The password to verify.
service
The name of the PAM service to use for the authentication. If none is provided, it defaults to "passwd".
CONFIG OPTIONS
driver
PAM
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>