Removing Superuser Privileges
Users with appropriate permissions can remove superuser privileges
from existing users from the GUI or by using the CLI.
GUI
Prerequisites
The user must
already exist in the authentication realm.
Procedure
-
Select
.
-
Click
Superusers.
The Superusers dialog displays.
-
Select an user in the list on the left and click
.
The user is removed from the list.
-
Close the dialog box.
CLI
Procedure
-
In the data file specify a
ListOfSuperUser definition in full format.
<ListOfSuperUser xsi:type="amxdata_base:ListOfSuperUser">
<superUser username="linda"/>
</ListOfSuperUser>
-
In the build file set the
action
attribute of the
AMXAdminTask element to
delete
and the
objectSelector attribute to
ListOfSuperUser.
<AMXAdminTask
action="delete"
objectSelector="ListOfSuperUser"
/>
-
Invoke the command-line interface
on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.