SV-226443r603265_rule
V-226443
SRG-OS-000104
GEN000300
CAT II
10
Change user account names, or delete accounts, so each account has a unique name.
Check the system for duplicate account names.
Example:
# passwd -sa | sort | uniq -c | awk '$1 > 1 {print $2}'
If any duplicate account names are found, this is a finding.
V-226443
False
GEN000300
Check the system for duplicate account names.
Example:
# passwd -sa | sort | uniq -c | awk '$1 > 1 {print $2}'
If any duplicate account names are found, this is a finding.
M
4060