ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security login lock

    Lock a user account with password authentication method

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

    Description

    The security login lock command locks a specified account, preventing it from accessing the management interface.

    Parameters

    -vserver <vserver name> - Vserver

    This optionally specifies the Vserver to which the user account belongs.

    -username <text> - Username

    This specifies the user name of the account that is to be locked.

    Examples

    The following example locks a user account named 'jdoe' which belongs to the Vserver 'vs1'.

    cluster1::> security login lock -vserver vs1 -username jdoe
    Top of Page