ONTAP 9.17.1 commands ( CA08871-226en )

security login role config reset

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

Description

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

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

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

  • Minimum number of digits 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 ("5")

  • Maximum time period for which the user account is locked out after the maximum number of failed login attempts is reached ("1 Hour")

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