Re: "IDENT authentication failed" but I'm not using ident - Mailing list pgsql-admin

From Tom Lane
Subject Re: "IDENT authentication failed" but I'm not using ident
Date
Msg-id 9460.1084925943@sss.pgh.pa.us
Whole thread Raw
In response to "IDENT authentication failed" but I'm not using ident  (Nico De Ranter <nico@sonycom.com>)
Responses Re: "IDENT authentication failed" but I'm not using ident  (Nico De Ranter <nico@sonycom.com>)
List pgsql-admin
Nico De Ranter <nico@sonycom.com> writes:
> \connect: FATAL:  IDENT authentication failed for user "nico"

> I changed /etc/postgresql/pg_hba.conf so it only contains
>   local    all     all   trust=20
> and restarted postgres but I still get the same error message.
> Any idea why the import complains about IDENT authentication when=20
> I'm not even using it and how to get around it?

If you're getting that message then you *are* using IDENT auth.
My bet is that you changed the wrong config file.  /etc/postgresql
is not a very standard name for a Postgres data directory ...

> BTW: is there a way to create a database and then change ownership
> to somebody else?

No, but you can do it in one step.

http://www.postgresql.org/docs/7.4/static/sql-createdatabase.html

            regards, tom lane

pgsql-admin by date:

Previous
From: Steve Lane
Date:
Subject: Interpreting query debug output
Next
From: Tom Lane
Date:
Subject: Re: Interpreting query debug output