Commit 4b43b48c authored by Heikki Linnakangas's avatar Heikki Linnakangas

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

parent 6d09b210
...@@ -6781,7 +6781,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) ...@@ -6781,7 +6781,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
as that of <literal>verify-ca</literal>, meaning the sever certificate as that of <literal>verify-ca</literal>, meaning the sever certificate
is validated against the CA. Relying on this behavior is discouraged, is validated against the CA. Relying on this behavior is discouraged,
and applications that need certificate validation should always use 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> </para>
</note> </note>
</sect2> </sect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment