| Index | Top - Up | Data ONTAP 8.2 |
Delete a login method
Availability: This command is available to cluster administrators at the admin privilege level.
-vserver <vserver name> - Vserver
-username <text> - User Name
-application <text> - Application
-authmethod <text> - Authentication Method
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 |