Citrix Systems Network Router NETSCALER 9.3 User Manual

Page of 195
4. In the Priority column to the left, modify the default priority as needed to ensure
that the policy is evaluated in the proper order.
5. Click OK.
A message appears in the status bar, stating that the user has been configured
successfully.
To bind command policies to a group by using the
NetScaler command line
At the NetScaler command prompt, type the following commands to bind a command
policy to a user group and verify the configuration:
w
bind system group <groupName> -policyName <policyName> <priority>
w
sh system group <groupName>
Example
> bind system group Managers -policyName read_all 1
Done
> sh system group Managers
        Group name: Managers
        User name: johnd
        Command policy: read_all        Priority:1
 Done
To unbind command policies from a group by using the
NetScaler command line
At the NetScaler command prompt, type the following commands to unbind a command
policy from a user group and verify the configuration:
w
unbind system group <groupName> -policyName <policyName>
w
sh system group <groupName>
Parameters for binding a command policy to a group
groupName
The name of an existing user group.
policyName
The name of an existing command policy.
priority
The priority assigned to this command policy.
Citrix NetScaler Administration Guide
33