projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d09b21
)
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
author
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Dec 2011 13:03:36 +0000
(15:03 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Dec 2011 13:07:46 +0000
(15:07 +0200)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index d48cafa4de69f07c39e9e5c98532a8118a430786..72c93845bebdb5603c3956dd3bfefdbe7c6d2112 100644
(file)
--- 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 <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>v
alidate-ca</literal> or <literal>validate
-full</literal>.
+ <literal>v
erify-ca</literal> or <literal>verify
-full</literal>.
</para>
</note>
</sect2>