SV-258826r933539_rule
V-258826
SRG-OS-000104-GPOS-00051
PHTN-40-000049
CAT II
10
Navigate to and open:
/etc/passwd
Configure each user account that has a duplicate UID with a unique UID.
At the command line, run the following command to verify there are no duplicate user IDs present:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
V-258826
False
PHTN-40-000049
At the command line, run the following command to verify there are no duplicate user IDs present:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
M
5569