SV-99237r1_rule
V-88587
SRG-OS-000121-GPOS-00062
VROM-SL-000720
CAT II
10
Configure the SLES for vRealize to uniquely identify and authenticate non-organizational users (or processes acting on behalf of non-organizational users).
UNIQUE_USER_ID is a unique numerical value that must be non-negative.
USERNAME is the username of the user whose user ID you wish to change.
# usermod -u [UNIQUE_USER_ID] [USERNAME]
Verify the SLES for vRealize uniquely identifies and authenticates non-organizational users by running the following commands:
# awk -F: '{print $3}' /etc/passwd | sort | uniq -d
If the output is not blank, this is a finding.
V-88587
False
VROM-SL-000720
Verify the SLES for vRealize uniquely identifies and authenticates non-organizational users by running the following commands:
# awk -F: '{print $3}' /etc/passwd | sort | uniq -d
If the output is not blank, this is a finding.
M
3461