GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Connector::Builtin::Authentication::PasswordScheme(3) User Contributed Perl Documentation Connector::Builtin::Authentication::PasswordScheme(3)

Connector::Builtin::Authentication::PasswordScheme

Lightweight connector to check passwords against a password file holding username/password pairs where the password is encrypted using a salted hash. Password notation follows RFC2307 ({scheme}saltedpassword) but we support only salted schemes: smd5, ssha and crypt.

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.
2022-02-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.