diff options
| author | Peter Eisentraut | 2008-11-18 13:10:20 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2008-11-18 13:10:20 +0000 |
| commit | f426fbf746c37da76dd5aae2ecf6593d64678f4a (patch) | |
| tree | 4cc0fb86ca2ca06b830ed82621704a603574b6b1 /doc/src | |
| parent | 29ad832dba35445a3f904cd934c581f94f75fcd5 (diff) | |
Ident authentication over Unix-domain sockets on Solaris, using
getpeerucred() function.
Author: Garick Hamlin <ghamlin@isc.upenn.edu>
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 93482be6ea..de473f201c 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.110 2008/10/28 12:10:42 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.111 2008/11/18 13:10:20 petere Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -1005,7 +1005,7 @@ omicron bryanh guest1 Unix-domain sockets (currently <systemitem class="osname">Linux</>, <systemitem class="osname">FreeBSD</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">OpenBSD</>, - and <systemitem class="osname">BSD/OS</>), ident authentication can also + <systemitem class="osname">BSD/OS</>, and <systemitem class="osname">Solaris</systemitem>), 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. |
