Configure the service account

IXIA CCMS Web Server has a built-in dedicated user account with default settings. You need to update the default settings and then ensure that the user account is configured in your corporate authentication service.

To configure the service account:

  1. Open the TEXTML Server Administration Console, and connect to the server and the docbase.
  2. Expand the Content Store's Repository node.
  3. Browse to system/conf and locate the users.xml file.
  4. To update the default service account, take the following actions:
    1. Check out users.xml and open it for editing.
    2. Locate the user named WebPlatform user.
    3. Review the following default settings:
      <user active="true">
              <reference/>
              <name>
                  <prefix/>
                  <first>WebPlatform user</first>
                  <middle/>
                  <last/>
              </name>
              <location>Ixiasoft Montréal</location>
              <identifier>
                  <domain>ixiasoft</domain>
                  <login>cmsserviceuser</login>
              </identifier>
              <email>
                  <address>cmsserviceuser@ixiasoft.com</address>
                  <type>text</type>
              </email>
          </user>
    4. Update the user as follows:
      • <name> for use later in the installation
      • <location> has no impact, but you can change it to fit your list of locations
      • <identifer> must be a valid account in your corporate authentication service
      • <email> is not used, but must have an address with a standard email format
      Note: If your deployment has more than one instance of CCMS Web connecting to the same docbase, then each instance of CCMS Web needs a service account with a unique userID/login.
    5. Save, close, and check in users.xml.
      The service account does not need a group or role.
  5. If you plan to run multiple instances of the IXIA CCMS Web, create a separate user for each instance to avoid accidental timeouts of your administration sessions.
    Note: However, during installation you must use the service user you configure above.
  6. Confirm the service user account exists in your corporate authentication service, such as Active Directory.
  7. Make note of the service user account, so that you can configure the installation properties to match it.
    The IXIA CCMS Web Server service account is configured.