iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—522659-001
7-31
Administering Passwords
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 user’s 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 User’s 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.
Example of Password Administration
The following commands create a new password file, then add the user tristen who is
assigned the password
play-group:
useradm create /usr/tandem/webserver/users
useradm add /usr/tandem/webserver/users tristen play-group