ONTAP 9.12.1 commands

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

    Translate a Windows SID to a UNIX User Name

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

    Description

    The vserver services access-check authentication sid-to-unix-name translates a Windows SID to a UNIX Name.

    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 Windows SID which is to be translated to the corresponding UNIX name.

    Examples

    This example translates a Windows SID on node "node2" and returns the corresponding UNIX name.

    cluster1::vserver services access-check*> sid-to-unix-name -node node2 -vserver vs1 -sid S-1-5-21-1407423728-2963865486-1834115207-500
        SID Type: User
       UNIX Name: test
     Domain Name: TESTDOMAIN
    Windows Name: test
    Top of Page