Skip to content
Snippets Groups Projects
Commit 440b3384 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Add missing quotes.

parent 98723810
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.107 2008/09/15 12:32:56 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.108 2008/09/15 12:41:54 mha Exp $ -->
<chapter id="client-authentication"> <chapter id="client-authentication">
<title>Client Authentication</title> <title>Client Authentication</title>
...@@ -900,7 +900,7 @@ local db1,db2,@demodbs all md5 ...@@ -900,7 +900,7 @@ local db1,db2,@demodbs all md5
On systems supporting <symbol>SO_PEERCRED</symbol> requests for On systems supporting <symbol>SO_PEERCRED</symbol> requests for
Unix-domain sockets (currently <systemitem Unix-domain sockets (currently <systemitem
class="osname">Linux</>, <systemitem class="osname">FreeBSD</>, class="osname">Linux</>, <systemitem class="osname">FreeBSD</>,
<systemitem class="osname">NetBSD</>, <systemitem class=osname>OpenBSD</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">OpenBSD</>,
and <systemitem class="osname">BSD/OS</>), ident authentication can also and <systemitem class="osname">BSD/OS</>), ident authentication can also
be applied to local connections. In this case, no security risk is added by be applied to local connections. In this case, no security risk is added by
using ident authentication; indeed it is a preferable choice for using ident authentication; indeed it is a preferable choice for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment