ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs cache name-to-sid show

    Display name-to-sid cache entries

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

    Description

    The vserver cifs cache name-to-sid show command displays the Windows user information cached by Windows name.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    Use this parameter to display detailed information about the Windows user entries cached by the Windows name.

    [-vserver <vserver name>] - Vserver

    Use this parameter to specify the Vserver for which the Windows user entries that are cached by the Windows name need to be displayed.

    [-win-name <text>] - Windows Name

    Use this parameter to specify the Windows name for which the cached entries need to be displayed.

    [-sid <text>] - SID

    Use this parameter to display information only about the cached Windows user entries that have the specified security identifier (SID).

    [-sid-type <integer>] - SID type

    Use this parameter to display information only about the cached Windows user entries that have the specified security identifier (SID) type.

    [-flags <integer>] - Flags

    Use this parameter to display information only about the Windows user entries cached by the Windows name that have the specified flags.

    [-domain-name <text>] - Domain Name

    Use this parameter to display information only about the Windows user entries cached by the Windows name that have the specified domain name.

    [-create-time <MM/DD/YYYY HH:MM:SS>] - Create Time

    Use this parameter to display information only about the Windows user entries that were cached at the specified time.

    [-source {none|files|dns|nis|ldap|netgrp_byname|dc}] - Source of the Entry

    Use this parameter to display information only about the user entries cached by the Windows name that have the specified lookup source.

    Examples

    The following example shows how to display all of the Windows users which are cached by the Windows name:

    cluster1::> vserver cifs cache name-to-sid show

    The following example shows how to display all of the Windows user entries cached by the Windows name for Vserver vs0:

    cluster1::> vserver cifs cache name-to-sid show -vserver vs0
    Top of Page