Index  |  Top  -  Up Data ONTAP 8.2

security login delete

Delete a login method

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

Description

The security login delete command deletes a login method.

Parameters

-vserver <vserver name> - Vserver

This optionally specifies the Vserver name of the login method.

-username <text> - User Name

This specifies the user name of the login method that is to be deleted. A user name can be associated with multiple applications.

-application <text> - Application

This specifies the application of the login method. Possible values include console, http, ontapi, rsh, snmp, service-processor, ssh, and telnet.

-authmethod <text> - Authentication Method

This specifies the authentication method of the login method. Possible values include the following:

Examples

The following command deletes a login that has the username guest, the application ssh, and the authentication method password for Vserver vs.

cluster1::> security login delete -username guest -application ssh -authmethod password -vserver vs

The following command deletes a login that has the username guest, the application ontapi, and the authentication method cert for Vserver vs.

cluster1::> security login delete -username guest -application ontapi -authmethod cert -vserver vs

Index  |  Top  -  Up Data ONTAP 8.2