SV-258990r960963_rule
V-258990
SRG-APP-000141-AS-000095
VCST-80-000134
CAT II
10
Navigate to and open:
/usr/lib/vmware-sso/vmware-sts/conf/catalina.properties
Add or modify the setting "base.shutdown.port=-1" in the "catalina.properties" file.
Navigate to and open:
/usr/lib/vmware-sso/vmware-sts/conf/server.xml
Configure the <Server> node with the value:
port="${base.shutdown.port}"
Restart the service with the following command:
# vmon-cli --restart sts
At the command prompt, run the following commands:
# xmllint --xpath "//Server/@port" /usr/lib/vmware-sso/vmware-sts/conf/server.xml
# grep 'base.shutdown.port' /usr/lib/vmware-sso/vmware-sts/conf/catalina.properties
Example results:
port="${base.shutdown.port}"
base.shutdown.port=-1
If "port" does not equal "${base.shutdown.port}", this is a finding.
If "base.shutdown.port" does not equal "-1", this is a finding.
V-258990
False
VCST-80-000134
At the command prompt, run the following commands:
# xmllint --xpath "//Server/@port" /usr/lib/vmware-sso/vmware-sts/conf/server.xml
# grep 'base.shutdown.port' /usr/lib/vmware-sso/vmware-sts/conf/catalina.properties
Example results:
port="${base.shutdown.port}"
base.shutdown.port=-1
If "port" does not equal "${base.shutdown.port}", this is a finding.
If "base.shutdown.port" does not equal "-1", this is a finding.
M
5567