Show group information. The information displayed includes: group name, ID, scope, description, principal group members, and the new object ACL definition associated with the group (if any).
group info <name> [ --batch ]
Name of the group for which to display information. The name may be specified in one of the following ways:
Local group.
Global group.
A fully qualified principal name where <scope> is 'global' or 'local', <type> is 'group', and <group> is the group name.
Display output in UDL format
group info my-group
Show information for local group 'my-group'.
group info /my-group
Show information for global group 'my-group'.
group info local:group:my-group
Show information for local group 'my-group'.
group info global:group:my-group
Show information for global group 'my-group'.
Only group members who have previously logged in to the grid are listed in the global group membership display.
The output of this command is as follows:
Non-batch output
Group Name = val Group ID = val Scope = val Description = val --- Member Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val ... The value of Scope is local or global. The value of Type is user or group. If a local user or local group member has been deleted, the value for Scope, Type and Name is *.
Batch output
group
{
name = "val"
id = "val"
scope = "val"
description = "val"
members
[
id="val", scope=val, type=val, name="val"
...
]
}
|
Copyright © 2011 CA.
All rights reserved.
|
|