ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services access-check authentication ontap-admin-login-cifs

    Authenticate Data ONTAP admin CIFS user

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

    Description

    The vserver services access-check authentication ontap-admin-login-cifs command authenticates the Data ONTAP administrator’s user through the specified node using the specified Vserver’s configuration. Upon success, it displays the user’s Windows credentials.

    Parameters

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

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

    -vserver <vserver> - Vserver

    The name of a Vserver with a configured CIFS server.

    -user <text> - User Name

    The name of a user that is a member of the Windows or a trusted domain that the CIFS server in the specified Vserver belongs to.

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

    The IP address of the client as specified by the user

    Examples

    This example authenticates the Data ONTAP administrator user "administrator" through node "node2" using the configuration of Vserver "vs1." Upon success, it displays the CIFS credentials for "administrator."

    cluster1::vserver services access-check*> authentication ontap-admin-login-cifs -vserver vs1 -user administrator -node node2
    
    Enter the password:
    Windows User: administrator Domain: EXAMPLE Privs: a7
     Primary Grp: S-1-5-21-1407423728-2963865486-1834115207-513
          Domain: S-1-5-21-1407423728-2963865486-1834115207 Rids: 500, 520, 513, 22226, 26625, 1842, 512, 519, 518, 8323, 1645, 1648, 1644, 1647, 1003
          Domain: S-1-1 Rids: 0
          Domain: S-1-5 Rids: 11, 2
    Authentication Succeeded.
    Top of Page