Re: Ident authentication - Mailing list pgsql-general

From Jarkko Elfving
Subject Re: Ident authentication
Date
Msg-id 1106584109.3197.9.camel@localhost.localdomain
Whole thread Raw
In response to Re: Ident authentication  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Ident authentication  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-general
On Mon, 2005-01-24 at 09:21 -0700, Michael Fuhr wrote:
> Are you using a TCP connection or a Unix-domain socket connection?
> If the former, do you have an IDENT server running?  If the latter,
> what platform are you using?  Not all operating systems can pass
> credentials over Unix-domain sockets.
>

I use FC3 with PostgreSQL 8.0. Like Tom Lane answers to change the
method to something else I did try to set it to trust, but that's
doesn't helps me. Now I did removed all my entrys from pg_ident.conf
file. Here is my pg_hba.conf:

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
local   all         all                               ident sameuser
local   all         jarelf                            trust
# IPv4 local connections:
host    all         all         127.0.0.1/32          ident sameuser
# IPv6 local connections:
host    all         all         ::1/128               ident sameuser
--
Jarkko Elfving <jarelf@ebaana.net>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Ident authentication
Next
From: Jarkko Elfving
Date:
Subject: Re: Ident authentication SOLVED