Assigning Superuser Privileges
Users with appropriate permissions can assign superuser privileges to existing users.
GUI
- Procedure
-
Select Governance > Users & Groups and click the Users tab.
-
Click Superusers.
The Superusers dialog displays.
-
Click Add Users.
The Add Superusers dialog displays.
-
Click users in the list on the left.
-
Click
-
Holding the left mouse button down, drag to the list on the right, and release the button.
-
-
Click Save.
The user is added to the list of superusers.
The user is added to the list on the right.
CLI
- Procedure
-
In the data file specify a ListOfSuperUser definition in full format.
<ListOfSuperUser xsi:type="amxdata_base:ListOfSuperUser">
<superUser username="linda"/>
<superUser username="tom"/>
</ListOfSuperUser>
-
In the build file set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to ListOfSuperUser.
<AMXAdminTask
action="add"
objectSelector="ListOfSuperUser"
/>
-
Invoke the command-line interface on the build file.