man mudpasswd (Commandes) - manage muddleftpd(1) password files
NAME
mudpasswd - manage muddleftpd(1) password files
SYNOPSIS
muddleftpd -p password-file {-a username [options...]|-d username|-e username options...}
DESCRIPTION
mudpasswd modifies a password file to be used by muddleftpd(1)'s internal authentication method. Unless the -h or -V options are given, the -p option and one of the -a, -e, or -d options must be specified. Aditionally, if -e is selected, at least one of -P, -H, or -R must be given.
OPTIONS
- -p password-file
- Edit the passwords found in password-file.
- -a username
- Add the user username.
- -d username
- Delete user username.
- -e username
- Edit the information for user username.
- -P password
- Set the password for the user specified by -a or -e.
- -R directory
- Set the root directory for the user specified by -a or -e.
- -H directory
- Set the home directory for the user specified by -a or -e.
- -W
- Interactively read in a password for the user specified by -e.
SEE ALSO
AUTHOR
MuddleFTPd was written by Beau Kuiper <support@muddleftpd.cx>. This manual page was written for the Debian system by Decklin Foster <decklin@red-bean.com>.