Raritan Computer EMX2-111 User Manual

Page of 379
 
Chapter 10: Using the Command Line Interface 
 
 
271
 
 
Maximum Password Length 
This command syntax determines the maximum length of the password. 
config:# 
security strongPasswords maximumLength <value> 
 
Variables: 
 
<value> is an integer between 16 and 64. 
 
 
Example 
This command syntax determines that a password must NOT comprise 
more than 20 characters. 
config:# 
security strongPasswords maximumLength 20 
 
 
Lowercase Character Requirement 
This command syntax determines whether a strong password includes at 
least a lowercase character. 
 
config:# 
security strongPasswords enforceAtLeastOneLowerCaseCharacter <option> 
 
Variables: 
 
<option> is one of the options: enable or disable
Option 
Description 
enable 
At least one lowercase character is required. 
disable 
No lowercase character is required. 
 
 
Example 
This command syntax determines that a password must include at least 
a lowercase character. 
 
config:# 
security strongPasswords enforceAtLeastOneLowerCaseCharacter enable 
 
 
Uppercase Character Requirement 
This command syntax determines whether a strong password includes at 
least a uppercase character.