|
/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Authen-PAAS/blib/script/authen-paas-passwd.pl |
authen-paas-passwd.pl Create/update password file entries
authen-paas-passwd.pl [OPTIONS] PASSWD-FILE USERNAME
Options:
--create create password file if not existing
--md5 force use of md5 passwords
--sha1 force use of sha1 passwords
--help show this help messages
Similar to traditional Apache htpasswd(1) command, this provides a tool for creating / updating user's password entries in the configuration file format used by the Authen::PAAS::BasicLoginModule manpage
# Update joeblogs $ authen-paas-passwd.pl /etc/authen-paas-passwd.cfg joeblogs
# Update joeblogs, creating the password file if # it does not already exist $ authen-paas-passwd.pl --create /etc/authen-paas-passwd.cfg joeblogs
# Update joe blogs, using md5 crypt $ authen-paas-passwd.pl --md5 /etc/authen-paas-passwd.cfg joeblogs
Daniel P. Berrange dan@berrange.com
Probably - please report them!
htpasswd(1), the Authen::PAAS manpage
|
/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Authen-PAAS/blib/script/authen-paas-passwd.pl |