SET MINPWLENGTH (Set minimum password length)
Use this command to set the minimum length of a password.
Privilege class
To issue this command, you must have system privilege.
Syntax
Parameters
- length (Required)
- Specifies the minimum length of a password. This parameter is optional. You can specify an integer in the range 1 - 64. The default value is 8.
Example: Set the minimum password length
Set the minimum password length to 12 characters.set minpwlength 12
Related commands
Command | Description |
---|---|
QUERY STATUS | Displays the settings of server parameters, such as those selected by the SET commands. |
SET INVALIDPWLIMIT | Sets the number of invalid logon attempts before a node is locked. |