SV-239216r717067_rule
V-239216
SRG-APP-000447-DB-000393
VCPG-67-000024
CAT II
10
At the command prompt, execute the following commands:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "ALTER SYSTEM SET client_encoding TO 'UTF8';"
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT pg_reload_conf();"
At the command prompt, execute the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SHOW client_encoding;"|sed -n 3p|sed -e 's/^[ ]*//'
Expected result:
UTF8
If the output does not match the expected result, this is a finding.
V-239216
False
VCPG-67-000024
At the command prompt, execute the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SHOW client_encoding;"|sed -n 3p|sed -e 's/^[ ]*//'
Expected result:
UTF8
If the output does not match the expected result, this is a finding.
M
5324