SV-217325r1015744_rule
V-217325
SRG-APP-000167-NDM-000255
JUNI-ND-000580
CAT II
10
Configure the router to enforce password complexity by requiring that at least one lowercase 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 lowercase character be used, this is a finding.
V-217325
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 lowercase character be used, this is a finding.
M
4034