System information
Crestron 3-Series Control Systems Reference Guide
Reference Guide – DOC. 7150A 3-Series Control Systems • 45
Authentication
User and Group commands
Add Local Group
When authentication is turned on, users with administrator rights can create new
local user groups. When a local user group is created, one of the pre-defined access
levels must be assigned to the group.
ADDGROUP -N:groupname -L:accesslevel
-N: specifies the name of the local group to be created
-L: specifies one of the following access levels for the group:
A - Administrator
P - Programmer
O - Operator
U - User
C - Connection only
Delete Local Group
When authentication is turned on, users with administrator rights can remove local
user groups. When a local user group is removed, users in the group are not removed
from the system. However, because a user’s access level is inherited from a group(s),
users within the group lose the access rights associated with this group.
DELETEGROUP groupname
groupname – enter the name of the group to be deleted.
Add Local User
When authentication is turned on, users with administrator right can add local user to
3-Series Control System. A local user is created without any access rights. To assign
access rights to a local user, the user must be added to at least one local group.
ADDUSER -N:username -P:password
-N: specifies name of the local user to be created
-P: specifies password for the user
Delete Local User
When authentication is turned on, users with administrator rights can perform this
operation. When a local user is deleted from the control system, the user is also
removed from the local group(s) that they are a member of.
DELETEUSER username
username - name of the user to be deleted.