vserver services access-check group-mapping show
Display or verify group mapping configuration
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The vserver services access-check group-mapping show command tests the group mapping configuration for the specified Vserver on the specified node. The command can perform group mapping for Windows to UNIX, and UNIX to Windows directions.
Parameters
- [-node {<nodename>|local}] - Node
- The name of the node on which the command is executed.
- -vserver <vserver> - Vserver
- The name of the Vserver.
- -direction {win-unix|unix-win} - Mapping Direction
- The mapping direction.
- -group <text> - Group
- The group name.
Examples
This example shows a group mapping on Vserver "vs1" from UNIX groupname "engg" which is mapped to a Windows group "EXAMPLE\Engineering" on node "node2".
cluster1::vserver services access-check*> group-mapping show -vserver vs1 -direction unix-win -group engg -node node2
engg maps to EXAMPLE\Engineering
cluster1::vserver services access-check*> group-mapping show -vserver vs1 -direction win-unix -group EXAMPLE\Engineering -node node2
EXAMPLE\Engineering maps to engg
Give documentation feedback