From: Heikki Linnakangas Date: Fri, 16 Dec 2011 13:03:36 +0000 (+0200) Subject: Fix reference to "verify-ca" and "verify-full" in a note in the docs. X-Git-Tag: REL9_2_BETA1~691 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b43b48c9f05d7bfc5d20fdf53c8fb966d704312;p=thirdparty%2Fpostgresql.git Fix reference to "verify-ca" and "verify-full" in a note in the docs. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index d48cafa4de6..72c93845beb 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6781,7 +6781,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) as that of verify-ca, meaning the sever certificate is validated against the CA. Relying on this behavior is discouraged, and applications that need certificate validation should always use - validate-ca or validate-full. + verify-ca or verify-full.