SV-101235r1_rule
V-91135
SRG-APP-000167-NDM-000255
JUNI-ND-000580
CAT II
10
Configure the router to enforce password complexity by requiring that at least one lower-case character be used as shown in the example below.
[edit system login]
set password minimum-lower-cases 1
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-lower-cases 1;
}
}
If the router is not configured to enforce password complexity by requiring that at least one lower-case character be used, this is a finding.
V-91135
False
JUNI-ND-000580
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
login {
password {
minimum-lower-cases 1;
}
}
If the router is not configured to enforce password complexity by requiring that at least one lower-case character be used, this is a finding.
M
3381