SV-99015r1_rule
V-88365
SRG-OS-000027-GPOS-00008
VROM-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 the default maxlimits is not set to "10" or the documented site defined number, this is a finding.
V-88365
False
VROM-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 the default maxlimits is not set to "10" or the documented site defined number, this is a finding.
M
3461