ONTAP 9.13.1 commands

security login role config reset

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

Description

The security login role config reset command resets the following role based access control (RBAC) characteristics to their default values.
If you do not reset these characteristics, the revert process will fail.

  • Minimum number of special characters required in password ("0")

  • Password-expiration time, in days ("unlimited")

  • Whether the password must be changed at the initial login ("disabled")

  • Maximum number of failed login attempts permitted before the account is locked out ("0")

  • Number of days that the user account is locked out after the maximum number of failed login attempts is reached ("0")

Examples

The following command resets the above mentioned RBAC characteristics of all cluster and Vserver roles to their default values.

cluster1::> security login role config reset
Top of Page