ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services access-check authentication sid-to-uid

    Translate a Windows SID to a UNIX user ID

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

    Description

    The vserver services access-check authentication sid-to-uid translates a Windows SID to a UNIX UID.

    Parameters

    [-node {<nodename>|local}] - Node Name

    The name of the node on which the command is executed.

    -vserver <vserver> - Vserver Name

    The name of the Vserver.

    -sid <text> - Windows SID

    The SID of a Windows user.

    [-clientIp <IP Address>] - Client IP Address

    The IP address of the client as specified by the user

    Examples

    This example translates a Windows SID on node "node2" and returns the corresponding UNIX user’s UID.

    cluster1::vserver services access-check*> sid-to-uid -vserver vs1 -sid S-1-5-21-1407423728-2963865486-1834115207-500 -node node2
    UID: 0
    Top of Page