Skip to content

Commit 29e57ce

Browse files
committed
Add local ident OpenBSD mention that was missing in one place.
1 parent 0064031 commit 29e57ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.44 2003/01/19 00:13:28 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.45 2003/02/13 05:47:46 momjian Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -719,9 +719,9 @@ local db1,db2,@demodbs all md5
719719
On systems supporting <symbol>SO_PEERCRED</symbol> requests for
720720
Unix-domain sockets (currently <systemitem
721721
class="osname">Linux</>, <systemitem class="osname">FreeBSD</>,
722-
<systemitem class="osname">NetBSD</>, and <systemitem
723-
class="osname">BSD/OS</>), ident authentication can also be applied
724-
to local connections. In this case, no security risk is added by
722+
<systemitem class="osname">NetBSD</>, <systemitem class=osname>OpenBSD</>,
723+
and <systemitem class="osname">BSD/OS</>), ident authentication can also
724+
be applied to local connections. In this case, no security risk is added by
725725
using ident authentication; indeed it is a preferable choice for
726726
local connections on such systems.
727727
</para>

0 commit comments

Comments
 (0)