Raritan Computer EMX2-111 Network Card User Manual


 
Chapter 10: Using the Command Line Interface
270
Enabling or Disabling Strong Passwords
This command syntax enables or disables the strong password feature.
config:#
security strongPasswords enabled <option>
Variables:
<option> is one of the options: true or false.
Option
Description
true
Enables the strong password feature.
false
Disables the strong password feature.
Example
This command syntax enables the strong password feature.
config:#
security strongPasswords enabled true
Minimum Password Length
This command syntax determines the minimum length of the password.
config:#
security strongPasswords minimumLength <value>
Variables:
<value> is an integer between 8 and 32.
Example
This command syntax determines a password must comprise at least 8
characters.
config:#
security strongPasswords minimumLength 8