
		MUDDLEFTPD DOCUMENTATION (Version 1.3.4)
		Beau Kuiper (support@muddleftpd.cx)
		License under GPL

1) THE MUDPASSWD PROGRAM

1a) Building mudpasswd:

The internal password module, uses its own password modification utility.
This utility will be built when you build muddleftpd.

1b) Installing mudpasswd:

Installed with the rest of muddleftpd. Note that it refused to be setuid
root. This is because you can do much damage with it!

1c) Running mudpasswd:

To add a user to a password file:

	mudpasswd -p <password file> -a <new username>

	You may also specify -P <password> to set the password, 
			     -R <directory> to set the root directory,
			     -H <directory> to set the home directory
	if you don't specify any of these, then mudpasswd will ask for them
	before creating the user

To delete a user from a password file:

	mudpasswd -p <password file> -d <old username>

To edit a user in a password file:

	mudpasswd -p <password file> -e <username> (option to change)

	You must also specify what to change:
			-P <password> to set a new password,
			-R <directory> to set a new root directory,
			-H <directory> to set a new home directory,
			-W to get mudpasswd to ask for a new password
