Re: [HACKERS] Solaris ident authentication using unix domain sockets - Mailing list pgsql-patches

From Robert Treat
Subject Re: [HACKERS] Solaris ident authentication using unix domain sockets
Date
Msg-id 200807051805.57381.xzilla@users.sourceforge.net
Whole thread Raw
In response to Re: [HACKERS] Solaris ident authentication using unix domain sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Solaris ident authentication using unix domain sockets  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
On Thursday 03 July 2008 14:01:22 Tom Lane wrote:
> Garick Hamlin <ghamlin@isc.upenn.edu> writes:
> >     I have a patch that I have been using to support postgresql's
> > notion of ident authentication when using unix domain sockets on
> > Solaris.  This patch basically just adds support for using
> > getupeercred() on Solaris so unix sockets and ident auth works just
> > like it does on Linux and elsewhere.
>
> Cool.
>

Hmm... I've always been told that Solaris didn't support this because the
Solaris developers feel that IDENT is inherently insecure. If that is more
than just a philosphical opinion, I wonder if there should be additional
hurdles in place to enable this on that platform. Note that isn't an
objection from me, though I'm curious if any of the Sun guys want to chime in
on this.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: psql command setting
Next
From: David Fetter
Date:
Subject: Re: [HACKERS] WITH RECURSIVE updated to CVS TIP