SV-100125r1_rule
V-89475
SRG-OS-000027-GPOS-00008
VRAU-SL-000040
CAT III
10
Configure the SLES for vRealize to limit the number of concurrent sessions to "10" for all accounts and/or account types by using the following command.
sed -i 's/\(^* *hard *maxlogins\).*/* hard maxlogins 10/g' /etc/security/limits.conf
Verify the SLES for vRealize limits the number of concurrent sessions to "10" for all accounts and/or account types with the following command:
# grep maxlogins /etc/security/limits.conf | grep -v '#'
The default maxlimits should be set to a max of "10" or a documented site defined number:
* hard maxlogins 10
If no such line exists, this is a finding.
V-89475
False
VRAU-SL-000040
Verify the SLES for vRealize limits the number of concurrent sessions to "10" for all accounts and/or account types with the following command:
# grep maxlogins /etc/security/limits.conf | grep -v '#'
The default maxlimits should be set to a max of "10" or a documented site defined number:
* hard maxlogins 10
If no such line exists, this is a finding.
M
3459