SV-239106r675126_rule
V-239106
SRG-OS-000104-GPOS-00051
PHTN-67-000034
CAT II
10
Open /etc/passwd with a text editor.
Configure each user account that has a duplicate UID with a unique UID.
At the command line, execute the following command:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
V-239106
False
PHTN-67-000034
At the command line, execute the following command:
# awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any lines are returned, this is a finding.
M
5323