The system must require passwords to contain at least one uppercase alphabetic character.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-216092SRG-OS-000069SOL-11.1-040070SV-216092r1016287_rule2024-11-253
Description
Complex passwords can reduce the likelihood of success of automated password-guessing attacks.
ℹ️ Check
Check the MINUPPER setting. # grep ^MINUPPER /etc/default/passwd If MINUPPER is not set to one or more, this is a finding.
✔️ Fix
The root role is required. # pfedit /etc/default/passwd Locate the line containing: MINUPPER Change the line to read: MINUPPER=1