Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Date
Msg-id 200108142218.f7EMIIH25491@candle.pha.pa.us
Whole thread Raw
In response to Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
> Peter Eisentraut <peter_e@gmx.net> writes:
> >> BTW, current sources already contain support for using
> >> getsockopt(SO_PEERCRED) where available --- AFAIK that's only Linux,
> >> but perhaps that's all you need.
>
> > Is this feature any different from the fake local ident we've put it?
>
> Yes.  Wollman's code uses an SCM_CREDS message, which means (a) it will
> work on Solaris and one or two other Unixen, not only Linux; but (b)
> it requires client-side code additions, not only server-side code.

BSD/OS supports it, and I assume FreeBSD too.
\
--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Makefile.PL for Pg.so
Next
From: Larry Rosenman
Date:
Subject: Re: Makefile.PL for Pg.so