projects
/
postgresql.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
Fri, 16 Dec 2011 13:03:36 +0000
(15:03 +0200)
committer
Heikki Linnakangas
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
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
-
v
alidate-ca
or
validate-full
.
+
v
erify-ca
or
verify-full
.