ONTAP 9.13.1 commands

vserver services access-check authentication ontap-admin-ldap-fastbind

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-ldap-fastbind command authenticates the Data ONTAP administrator’s user through the specified node using LDAP fast bind mechanism. It uses the LDAP client configuration of the specified Vserver.

Parameters

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

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

-vserver <vserver> - Vserver

The name of the Vserver with LDAP configuration.

-user <text> - User Name

The name of the user present in LDAP server.

Examples

This example authenticates the Data ONTAP administrator user "administrator" through node "node2" using the LDAP configuration of Vserver "vs1".

cluster1::vserver services access-check*> authentication ontap-admin-ldap-fastbind -vserver vs1 -user administrator -node node2

Enter the password:
Authentication Succeeded.
Top of Page