Rule ID
SV-216329r1016274_rule
Version
V3R5
Complex passwords can reduce the likelihood of success of automated password-guessing attacks.
Check the MINDIGIT setting. # grep ^MINDIGIT /etc/default/passwd If the MINDIGIT setting is less than 1, this is a finding.
The root role is required. # pfedit /etc/default/passwd Locate the line containing: MINDIGIT Change the line to read: MINDIGIT=1