Maintain Authentication Agent Associations in a Duplicated User Group 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
-
Log on to the appliance using an SSH client.
-
Change directories:
cd /opt/rsa/am/utils
-
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
-
-
When prompted, enter your Operations Console administrator User ID, and press ENTER.
-
When prompted, enter your Operations Console administrator password, and press ENTER.
-
Restart all Authentication Manager services on the primary server and replicas:
cd /opt/rsa/am/server
./rsaserv restart all
Related Concepts