Previous Topic: group get (Group Management)--Show Group InformationNext Topic: group put (Group Management)--Replace a Local Group's Description and Entire Membership


group get_newobj_acl (Group Management)--Display New Object ACL Definition

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.

Syntax:
group get_newobj_acl <name> [ <principal> ] [ --batch ]
Parameters:
<name>

Name of the group; prepend the group name with / to indicate a global group.

<principal>

Name of the principal. <principal> is in the following form:

<scope>:<type>:<name>

A fully qualified principal name where <scope> is 'global' or 'local', type is 'group' or 'user' and <name> is the group or user name.

--batch

Display output in UDL format

Example:
group get_newobj_acl admin

Get the new object ACL definition associated to the local group 'admin'.

Output Specification

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
      ]
   }