Display the new object ACL definition associated to a group, or display that portion of the new object ACL definition which relates to a particular principal.
group get_newobj_acl <name> [ <principal> ] [ --batch ]
Name of the group; prepend the group name with / to indicate a global group.
Name of the principal. <principal> is in the following form:
A fully qualified principal name where <scope> is 'global' or 'local', type is 'group' or 'user' and <name> is the group or user name.
Display output in UDL format
group get_newobj_acl admin
Get the new object ACL definition associated to the local group 'admin'.
The non-batch output of this command is as follows:
--- Owner Information --- ID Scope Type Name ------------------------------------------------------------------------- <val> <val> <val> <val> --- Entry Information --- ID Scope Type Name Access ------------------------------------------------------------------------------ <val> <val> <val> <val> <val> ... <val> <val> <val> <val> <val>
The batch output of this command is as follows:
acl
{
owner : id=<val> # scope type name
entries
[
id=<val>, access_level1, ... access_levelN, permission1, ... permissionN # scope type name
...
id=<val>, access_level1, ... access_levelN, permission1, ... permissionN # scope type name
]
}
|
Copyright © 2011 CA.
All rights reserved.
|
|