Creating a User
You can create a user from the GUI or by using the CLI.
GUI
Procedure
-
Select
and click the
Users tab.
-
Click New.
A user dialog appears on the right.
-
Type the user ID and password in the respective fields.
-
Click
Save.
The dialog disappears. The user is added to the list in
the Users tab and is selected.
CLI
Procedure
-
In the data file specify a user
definition in full format.
<User xsi:type="amxdata:User" username="linda" password="123" />
-
In the build file set the
action
attribute of the
AMXAdminTask element to
add and
the
objectSelector attribute to
User.
<AMXAdminTask action="add" objectSelector="User[@username='linda']" />
-
Invoke the command-line interface
on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.