|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.107 2008/09/15 12:32:56 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.108 2008/09/15 12:41:54 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication">
|
4 | 4 | <title>Client Authentication</title>
|
@@ -900,7 +900,7 @@ local db1,db2,@demodbs all md5
|
900 | 900 | On systems supporting <symbol>SO_PEERCRED</symbol> requests for
|
901 | 901 | Unix-domain sockets (currently <systemitem
|
902 | 902 | class="osname">Linux</>, <systemitem class="osname">FreeBSD</>,
|
903 |
| - <systemitem class="osname">NetBSD</>, <systemitem class=osname>OpenBSD</>, |
| 903 | + <systemitem class="osname">NetBSD</>, <systemitem class="osname">OpenBSD</>, |
904 | 904 | and <systemitem class="osname">BSD/OS</>), ident authentication can also
|
905 | 905 | be applied to local connections. In this case, no security risk is added by
|
906 | 906 | using ident authentication; indeed it is a preferable choice for
|
|