2.4.6.2.1 Creating TACACS+ Managed Users

The -u flag supports multiple users at once in comma separated format. The -g flag can be used to provide primary group to the mentioned users. If not provided, admgrp is set as the default primary group for all the provided users. The -G flag supports adding the users to secondary groups to allow adding a user to multiple groups.

/usr/TKLC/appworks/bin/tacacsCliAuthentication.sh create-user -u <user1>[,<user2>] [-g <primary_group>] [-G <secondary_group1>[,<secondary_gr

Note:

Both -g and -G are optional. If a primary group is not provided, users are added to admgrp as their primary group. In case secondary groups are not provided, the user is only added to the primary group.