SV-100357r1_rule
V-89707
SRG-OS-000121-GPOS-00062
VRAU-SL-000745
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 is to be changed.
# 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-89707
False
VRAU-SL-000745
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
3459