Citrix NetScaler Administration Guide
To modify or remove a user group by using the NetScaler command line
wTo modify a user group, type the set system group <groupName> command and the parameters to be changed, with their new values.
wTo remove a user group, type rm system group <groupName>.
To bind a user to a group by using the NetScaler command line
At the NetScaler command prompt, type the following commands to bind a user account to a group and verify the configuration:
wbind system group <groupName>
wshow system group <groupName>
Example
>bind system group Managers
>bind system group Managers
>show system group Managers
Group name: Managers Prompt String: Group-
User name: user1
User name: johnd
Done
> show system user user1
User name: user1 Prompt String:
%h Prompt Inherited From: Group
Group name: Managers
Done
> show system user johnd
User name: johnd Prompt String:
Prompt Inherited From: User
Group name: Managers
Done
To unbind a user from a group by using the NetScaler command line
At the NetScaler command prompt, type the following commands to unbind a user account and verify the configuration:
25