Previous Topic: Configuring the CA Single Sign-On ServerNext Topic: Enable the Administrator Account


Create the System Administrator Account

Create the CA Single Sign-On administrator account on the CA Single Sign-On server. Add the admin and auditor keywords to the selang command to grant the correct privileges to the administrator. In selang, enter the following command:

nu administrator_name password(administrator_password) admin auditor
administrator_name

The user ID that the administrator uses to log on to the CA Single Sign-On Server.

administrator_password

The administrator password for the user ID.

Note: We recommend that you do not use a user ID named “Administrator” to define a CA Single Sign-On endpoint for Windows 2000.

Enter the following command to add administrator_name to the predefined group _ps-adms.

join administrator_name group(_ps-adms)

Enter the following commands to ensure the administrator account is created in the native operating system with the same password.

env(native)
eu administrator_name password(administrator_password)
env(seos)