ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs group-policy central-access-policy show-applied

    Show currently applied central access policies

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver cifs group-policy central-access-policy show-applied command displays information about the central access policies assigned to Vservers. The command output depends on the parameter or parameters specified with the command. If you do not specify any parameters, the command displays the following information about all CIFS servers:

    • Vserver name

    • Name of the central access policy

    • SID

    • Description

    • Creation time

    • Modification time

    • Member rules

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command only displays the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information only for central access policies for the specified Vserver.

    [-name <TextNoCase>] - Name

    If you specify this parameter, the command displays information only for central access policies that match the specified name.

    [-sid <windows sid>] - Identifier

    If you specify this parameter, the command displays information only for central access policies that match the specified SID.

    [-description <text>] - Description

    If you specify this parameter, the command displays information only for central access policies that match the specified description.

    [-ctime <Date>] - Creation Time

    If you specify this parameter, the command displays information only for central access policies that match the specified creation time.

    [-mtime <Date>] - Modification Time

    If you specify this parameter, the command displays information only for central access policies that match the specified modification time.

    [-rules <TextNoCase>,…​] - Central Access Rules

    If you specify this parameter, the command displays information only for central access policies that match the specified member rules.

    Examples

    The following example displays information for all central access policies:

    cluster1::> vserver cifs group-policy central-access-policy show-applied
    
    Vserver    Name                 SID
    ---------- -------------------- -----------------------------------------------
    vs1        p1                   S-1-17-3386172923-1132988875-3044489393-3993546205
            Description: policy #1
          Creation Time: Tue Oct 22 09:34:13 2013
      Modification Time: Wed Oct 23 08:59:15 2013
           Member Rules: r1
    
    vs1        p2                   S-1-17-1885229282-1100162114-134354072-822349040
            Description: policy #2
          Creation Time: Tue Oct 22 10:28:20 2013
      Modification Time: Thu Oct 31 10:25:32 2013
           Member Rules: r1
                         r2
    
    2 entries were displayed.
    Top of Page