2.4.6.2.2 Modifying Group Membership

Perform the following commands to append additional secondary groups:
  • Run the following command to add TACACS (Terminal Access Controller Access-Control System Plus) managed user accounts to additional system groups beyond those they are currently assigned to:
    /usr/TKLC/appworks/bin/tacacsCliAuthentication.sh modify-user -u <tacacs_user> -G <new_group> -m append
  • Run the following command to replace all existing secondary groups of a TACACS managed user account:
    /usr/TKLC/appworks/bin/tacacsCliAuthentication.sh modify-user -u <tacacs_user> -G <group_list> -m set
  • Run the following command to change the primary group of a TACACS managed user account:
    /usr/TKLC/appworks/bin/tacacsCliAuthentication.sh modify-user -u <tacacs_user> -g <primary_group>

Note:

The modify-user command supports providing multiple users by comma separated values. Multiple secondary groups are also supported in comma separated format.
/usr/TKLC/appworks/bin/tacacsCliAuthentication.sh modify-user -u user1[,user2...] [-g <primary>] [-G g1[,g2...] -m [append|set]