User guide
Chapter 7: Using the Command Line Interface
175
Example
The following command sets up two user blocking parameters.
config:# security userBlocking maximumNumberOfFailedLogins 5 blockTime 30
Results:
The maximum number of failed logins is set to 5.
The user blocking time is set to 30 minutes.
Strong Passwords
There are various commands to modify strong password parameters.
These commands begin with security strongPasswords.
To enable or disable the strong password feature, use this
command syntax:
config:# security strongPasswords enabled <option1>
To determine the minimum length of the password, use this
command syntax:
config:# security strongPasswords minimumLength <value1>
To determine the maximum length of the password, use this
command syntax:
config:# security strongPasswords maximumLength <value2>
To determine whether a strong password includes at least a
lowercase character, use this command syntax:
config:# security strongPasswords enforceAtLeastOneLowerCaseCharacter <option2>
To determine whether a strong password includes at least a
uppercase character, use this command syntax: