Add a new user in CCMS Web
You can add new users in IXIA CCMS Web.
About this task
Procedure
- From the Administration menu, click Administration > User Management .
-
Click Edit.
A message appears saying "users.xml has been checked out."
-
Create a new user by creating a version of the following XML
code that is customized for your new user, replacing the content in square
brackets:
<user active="true"> <reference/> <name> <prefix/> <first>[First Name of User]</first> <middle/> <last>[Last Name of User]</last> </name> <location>[Company Division or Geographic Location]</location> <identifier> <domain>[URL of Domain]</domain> <login>[Set the User's Login]</login> </identifier> <email> <type>[Email format, usually "text"]</type> <address>[username@your_domain.com]</address> </email> <roles> <role name="[Valid Role Name]"/> </roles> <groups> <group name="[Valid Group Name]"/> </groups> </user>
-
Once done, insert your modified code within users.xml, either immediately before or after
another
user
entry.Note: If there are any errors in the file, they are highlighted in red. You must fix all errors before saving the users.xml file. -
Click Save.
A message appears saying: "users.xml has been saved and checked in."
- Inform users of the changes and ask them to close and reopen their CCMS Desktop to apply the changes. Additionally, have an administrator refresh IXIA CCMS Web so that users see the change reflected there.