User guide

Chapter 7: Using the Command Line Interface
176
config:# security strongPasswords enforceAtLeastOneUpperCaseCharacter <option3>
To determine whether a strong password includes at least a
numeric character, use this command syntax:
config:# security strongPasswords enforceAtLeastOneNumericCharacter <option4>
To determine whether a strong password includes at least a
special character, use this command syntax:
config:# security strongPasswords enforceAtLeastOneSpecialCharacter <option5>
To determine the number of previous passwords that should not
be repeated when forcing the password change, use this
command syntax:
config:# security strongPasswords passwordHistoryDepth <value3>
Variables:
<option1> is one of the options: true or false.
Option Description
true Enables the strong password feature.
false Disables the strong password feature.
<value1> is an integer between 8 and 32.
<value2> is an integer between 16 and 64.
<option2> is one of the options: enable or disable.
Option Description
enable At least one lowercase character is required.
disable No lowercase character is required.
<option3> is one of the options: enable or disable.
Option Description
enable At least one uppercase character is required.
disable No uppercase character is required.