NAME
aap-passwd - passwd utility for Apache2::Authen::Passphrase
SYNOPSIS
user@hostname:~$ aap-passwd /path/to/rootdir marius
Enter new Apache2::Authen::Passphrase password: ***
Retype new Apache2::Authen::Passphrase password: ***
Password updated successfully
DESCRIPTION
aap-passwd updates the password of an Apache2::Authen::Passphrase user.
It is used like this:
aap-passwd /path/to/rootdir username
where the rootdir
is the first argument and the username whose password is to be changed is the second argument, or like this:
aap-passwd username
where the rootdir
is taken from the environment and the username is the only argument.
ENVIRONMENT
- AAP_ROOTDIR
-
The default Apache2::Authen::Passphrase
rootdir
, used if therootdir
is not explicitly given.
AUTHOR
Marius Gavrilescu <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2013-2015 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.