Delete a login method
The following example illustrates how to delete a login that has the username guest, the application ssh, and the authentication method password for Vserver vs:
cluster1::> security login delete -user-or-group-name guest -application ssh -authentication-method password -vserver vs
The following example illustrates how to delete a login that has the username guest, the application ontapi, and the authentication method cert for Vserver vs:
cluster1::> security login delete -user-or-group-name guest -application ontapi -authentication-method cert -vserver vs
The following example illustrates how to delete a login that has the Active Directory group name adgroup in DOMAIN1, the application ssh, and the authentication method domain for Vserver vs:
cluster1::> security login delete -user-or-group-name DOMAIN1\adgroup -application ssh -authentication-method domain -vserver vs
The following example illustrates how to delete a login that has a group name nssgroup in the LDAP or NIS server, the application ontapi, and the authentication method nsswitch for Vserver vs:
cluster1::> security login delete -user-or-group-name nssgroup -application ontapi -authentication-method nsswitch -vserver vs