Maintain Authentication Agent Associations in a Duplicated User Group

You can configure RSA Authentication Manager so that a duplicated user group is still associated with the same authentication agents as the original user group.

Procedure

  1. Log on to the appliance using an SSH client.

  2. Change directories:

    cd /opt/rsa/am/utils

  3. Run one of the following commands:

    • To create an association between authentication agents and user groups, type the following, and then press ENTER:

      ./rsautil store -a add_config auth_manager.admin.copy_group_with_agent true GLOBAL 500

    • To remove the association between authentication agents and user groups, type the following, and then press ENTER:

      ./rsautil store -a update_config auth_manager.admin.copy_group_with_agent false GLOBAL 500

  4. When prompted, enter your Operations Console administrator User ID, and press ENTER.

  5. When prompted, enter your Operations Console administrator password, and press ENTER.

  6. Restart all Authentication Manager services on the primary server and replicas:

    cd /opt/rsa/am/server

    ./rsaserv restart all