Net Optics Smart Filtering none User Manual
Page 51

47
*** Confidential - DO NOT Distribute ***
Director
Command Sub-Command Parameters
Example and description
user
This
command
is only
available
at root
level
show
user show
Lists all the currently defined user accoounts
This command is only available at root level
add
name=<username>*
pw=<password>
priv=<level>
Notes:
All three parameters are
required, and they must be in
the order shown
user add name=bob pw=bob-pw priv=3
Parameters:
<username> is the username, a
string
<password> is the password, a
string
<level> is 1, 2, or 3 (other values not applicable);
1=root; 2=admin; 3=user
Creates a new user account
This command is only available at root level
del
name=<username>
user del name=bill
Parameters:
<username> is the user name of the account you
wish to delete
Deletes a user account
This command is only available at root level
mod
name=<username>
pw=<password>
priv=<level>
user mod name=bill pw=billpw
Parameters:
<username> is the user name of the account you
want to change, a
string
<password> is the new password for the account
to, a
string
<level> is 1, 2, or 3 (other values not applicable);
1=root; 2=admin; 3=user
Modifies a user account
This command is only available at root level