1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix reference to "verify-ca" and "verify-full" in a note in the docs.

This commit is contained in:
Heikki Linnakangas
2011-12-16 15:03:36 +02:00
parent 517462faf0
commit faa695580b

View File

@ -6523,7 +6523,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
as that of <literal>verify-ca</literal>, meaning the sever certificate
is validated against the CA. Relying on this behavior is discouraged,
and applications that need certificate validation should always use
<literal>validate-ca</literal> or <literal>validate-full</literal>.
<literal>verify-ca</literal> or <literal>verify-full</literal>.
</para>
</note>
</sect2>