ONTAP 9.12.1 commands

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

    Translate a UNIX user ID to a Windows SID

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

    Description

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

    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.

    -uid <integer> - UNIX User ID

    The user ID of a UNIX user.

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

    The IP address of the client as specified by the user

    Examples

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

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