|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="client-authentication"> |
@@ -719,9 +719,9 @@ local db1,db2,@demodbs all md5 |
719 | 719 | On systems supporting <symbol>SO_PEERCRED</symbol> requests for |
720 | 720 | Unix-domain sockets (currently <systemitem |
721 | 721 | class="osname">Linux</>, <systemitem class="osname">FreeBSD</>, |
722 | | - <systemitem class="osname">NetBSD</>,and<systemitem |
723 | | - class="osname">BSD/OS</>), ident authentication can alsobe 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 <systemitemclass="osname">BSD/OS</>), ident authentication can also |
| 724 | +be appliedto local connections. In this case, no security risk is added by |
725 | 725 | using ident authentication; indeed it is a preferable choice for |
726 | 726 | local connections on such systems. |
727 | 727 | </para> |
|