Add a new user in CCMS Web

You can add new users in IXIA CCMS Web.

About this task

For convenience, CCMS Web offers direct access to the users.xml configuration file to add, edit, and delete users.

Procedure

  1. From the Administration menu, click Administration > User Management .
  2. Click Edit.
    A message appears saying "users.xml has been checked out."
  3. 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>
  4. 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.
  5. Click Save.
    A message appears saying: "users.xml has been saved and checked in."
  6. 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.