| username |
The name of the user to
be created, replaced, or removed. If you specify only this argument,
it returns information about whether the username is defined
in the local database. |
| userpwd |
The password of the user
to be added. |
| filename |
The name of the file with
the user definitions to be either extracted or replaced. |
| -v |
Displays the command version
and exits. |
| -u |
Displays command usage
information and exits. |
| -build |
Creates a local user database,
if it does not exist. If the database exists, rebuilds it removing
the records that are deleted. |
| -extract |
Extracts all the user
definitions from the local database and stores them into filename.
You can later reimport them with the –r option. |
| -replace |
Adds new user definitions
stored in filename to the local database, or replace the existing
ones. |
| -delete |
Deletes the user with username from
the local database. |
| -set |
Adds the username and userpwd,
if they do not exist or modify the user credentials if the username already
exists. |