iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
7-32
Administering Passwords
-digest
specifies a digest-authentication format
file-name
is the name of the new password file
Adding a New User to a Password File
To add a new user to an existing password file, enter the following:
useradm add file-name [user-name] [password]
where:
file-name
is the name of the password file
user-name
is the name of the user to be added
password
is the new users password
If you do not supply the user name and password, you will be prompted for them.
Deleting a User From a Password File
To delete a user from a password file, enter the following:
useradm delete file-name [user-name]
where:
file-name
is the name of the password file
user-name
is the name of the user to be deleted
If you do not supply a user name, you will be prompted for it.
Changing a Users Password
To change the password for a user, you first delete the old user-name entry by using
the delete option. You then add a new user-name entry by using the add option and
including the same user name but a different password.