|
|
| |
Connector::Builtin::Authentication::Password(3) |
User Contributed Perl Documentation |
Connector::Builtin::Authentication::Password(3) |
Connector::Builtin::Authentication::Password
Lightweight connector to check passwords against a unix style password file.
Path to the password file is taken from LOCATION.
The username is the first component of the path, the password needs to be passed
in the extended parameters using the key password.
Example:
$connector->get('username', { password => 'mySecret' } );
1 if the password matches, 0 if the user is found but the password does not
match and undef if the user is not found.
The connector will die if the password file is not readable or if
one of the parameters is missing.
Usernames are limited to [a-zA-Z0-9_\-\.], invalid names are treated as not
found.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |