[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Changing the Requirements for JUNOS Software Plain-Text Passwords

The following example shows how to set the minimum password length to 12 characters and the maximum length to 22 characters:

[edit system login]
passwords {
minimum-length 12;
maximum-length 22;
}

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]