aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-13 05:47:46 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-13 05:47:46 +0000
commit29e57ce303571991bee5ab86f23ab749d701ecc9 (patch)
tree9c7f2cf6d85e1ccbf89c7cd24a01ee203f19a87f
parent0064031f99d1bafda9d3d6d88284dc4e058c5293 (diff)
downloadpostgresql-29e57ce303571991bee5ab86f23ab749d701ecc9.tar.gz
postgresql-29e57ce303571991bee5ab86f23ab749d701ecc9.zip
Add local ident OpenBSD mention that was missing in one place.
-rw-r--r--doc/src/sgml/client-auth.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 574fc506952..e7f61ef11d9 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.44 2003/01/19 00:13:28 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.45 2003/02/13 05:47:46 momjian Exp $
-->
<chapter id="client-authentication">
@@ -719,9 +719,9 @@ local db1,db2,@demodbs all md5
On systems supporting <symbol>SO_PEERCRED</symbol> requests for
Unix-domain sockets (currently <systemitem
class="osname">Linux</>, <systemitem class="osname">FreeBSD</>,
- <systemitem class="osname">NetBSD</>, and <systemitem
- class="osname">BSD/OS</>), ident authentication can also be applied
- to local connections. In this case, no security risk is added by
+ <systemitem class="osname">NetBSD</>, <systemitem class=osname>OpenBSD</>,
+ and <systemitem class="osname">BSD/OS</>), ident authentication can also
+ be applied to local connections. In this case, no security risk is added by
using ident authentication; indeed it is a preferable choice for
local connections on such systems.
</para>