Details
The DoD standard for authentication is DoD-approved PKI certificates. Authentication based on user ID and password may be used only when it is not possible to employ a PKI certificate.
In such cases, passwords need to be protected at all times, and encryption is the standard method for protecting passwords during transmission.
VMware Postgres is configured out of the box to require TLS connections with remote clients. As an embedded database and available only on localhost for standalone VCSAs, TLS connections are used only in high-availability deployments for connections between a primary and a standby. This configuration must be verified and maintained.
Satisfies: SRG-APP-000172-DB-000075, SRG-APP-000442-DB-000379
Solution
At the command prompt, execute the following commands:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c ‘ALTER SYSTEM SET ssl TO ‘on’;’
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c ‘SELECT pg_reload_conf();’
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Unix.
References
- 800-53|IA-5(1)(c)
- CAT|I
- CCI|CCI-000197
- Rule-ID|SV-239205r717059_rule
- STIG-ID|VCPG-67-000013
- Vuln-ID|V-239205