Command Reference Guide

Object User Commands
SQL/MX Connectivity Service Administrative Command Reference526350-005
7-2
ADD USER
ADD USER
This command adds one user name and permissions to the MXCS configuration
database access list. Command syntax is:
obj-name
[[\system-name.]groupname.membername]
system-name
is the name of a group of up to 16 CPUs with the same Expand address.
system name and service-name identify one instance.
groupname
is the NonStop OS group logon name.
membername
is the NonStop OS user logon name with no aliases permitted.
PERM perm-val
is the permission value of Oper, Operator, or User assigned to the named user.
The permission keyword Operator is equivalent to Oper and is the default.
Considerations—ADD USER
ADD USER is a sensitive command.
The asterisk (*) wild card is not supported.
Only the user SUPER.SUPER or an alias can use this command.
To change the permission of users already assigned a permission, use the ALTER
USER command.
ADD USER command terminates with an error if the user is already defined.
Example—ADD USER
This example adds the named user and gives database permissions to execute any
command:
CS>add user grouptst.george, perm oper;
-- ADD USER \ODBC.GROUPTST.GEORGE Successful
ADD USER [obj-name][, PERM perm-val];