Re: createuser problem - Mailing list pgsql-novice

From Stephan Szabo
Subject Re: createuser problem
Date
Msg-id 20030926220956.F41746@megazone.bigpanda.com
Whole thread Raw
In response to createuser problem  ("Partha Sur" <p.sur@worldnet.att.net>)
List pgsql-novice
On Fri, 26 Sep 2003, Partha Sur wrote:

> Now try to connect to database "mytest" as user "psur"
>
> -bash-2.05b$ psql -U psur mytest
> psql:FATAL:IDENT authentication failed for user "psur"
> -bash-2.05b$
>
> Perhaps database user "psur" not allowed to attach to database "mytest"
> (which was created under CURRENT_USER = "postgres")  ... Is this true ?

It looks like your pg_hba.conf is set to want some form of ident style
authentication from the message.  You'd probably need to try logging in to
the psur account from a unix account named psur or changing the
authentication in pg_hba.conf.

pgsql-novice by date:

Previous
From: "Partha Sur"
Date:
Subject: Fw: createuser problem (7.3.2)
Next
From: Oliver Elphick
Date:
Subject: Re: createuser problem