Citrix NetScaler Administration Guide
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:
wbind system group <groupName>
wsh system group <groupName>
Example
>bind system group Managers
>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:
wunbind system group <groupName>
wsh 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.
33