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

REL9_1_STABLE
Heikki Linnakangas 14 years ago
parent 24b96804d5
commit d0ea1db52a
  1. 2
      doc/src/sgml/libpq.sgml

@ -6745,7 +6745,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>

Loading…
Cancel
Save