MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::Authentication::Password
Section: User Contributed Perl Documentation (3)
Updated: 2008-09-30
Index Name
OpenXPKI::Server::Authentication::Password - passphrase based authentication.
Description
This is the class which supports OpenXPKI with an internal passphrase basedauthentication method. The parameters are passed as a hash reference.
Functions
new
is the constructor. The supported parameters are
XPATH and
COUNTER.This is the minimum parameter set for any authentication class.Every user block in the configuration must include a name, digest and role.The digest must have the format
{SCHEME}encrypted_string
SCHEME is one of sha (SHA1), md5 (MD5), crypt (Unix crypt(3)) or ssha (seeded SHA1).
login_step
returns a pair of (user, role, response_message) for a given loginstep. If user and role are undefined, the login is not yet finished.
Index
- Name
- Description
- Functions
- new
- login_step
This document was created byman2html,using the manual pages.