Re: [PATCHES] Solaris ident authentication using unix domain sockets - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCHES] Solaris ident authentication using unix domain sockets
Date
Msg-id 4870001C.6060402@dunslane.net
Whole thread Raw
In response to Re: Solaris ident authentication using unix domain sockets  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: [PATCHES] Solaris ident authentication using unix domain sockets
List pgsql-hackers

Robert Treat wrote:
> 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.
>
>


We don't actually use the Ident protocol for Unix sockets on any
platform. AIUI, this patch just implements what we do on platforms like
Linux or *BSD.

cheers

andrew

pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: CommitFest rules
Next
From: Ron Mayer
Date:
Subject: Re: A Windows x64 port of PostgreSQL