Re: pg_hba.conf - Mailing list pgsql-admin

From Andy Shellam
Subject Re: pg_hba.conf
Date
Msg-id 44057153.3040500@andycc.net
Whole thread Raw
In response to pg_hba.conf  (Gowri Sivaraman <gsivaraman@magnasync.com>)
List pgsql-admin
Have you also changed your pg_ident.conf to map the user gowri to a
database user, and does that database user exist in pgSQL?
By default 127.0.0.1 is set up as trust authentication, so if you
haven't changed this, it will always let you through no matter what
username/password you give.

Andy

Gowri Sivaraman wrote:
> Hi,
>   I am having problems with my connectivity for any of the users other
> than the post gres. Let me elaborate on the situation
>
>
> I am using OSX and i have changed the pg_hba.conf file to reflect
> ident_authentication. I have attached my pg_hba.conf file. When i try
> connecting as a user i get the following error
>
>
> Gowri-Sivaraman:~ gowri$ psql -h localhost gen3logger
> psql: FATAL:  Ident authentication failed for user "gowri"
>
>
> Even when i have given the user gowri trust authorization, it is not
> working. For some reason, it is recognizing local . when i connect
> using the host it is working. Can anybody let me know if i am missing
> something here
>
>
> Gowri-Sivaraman:~ gowri$ psql -h 127.0.0.1 -U gowri template1
> Welcome to psql 8.1.3, the PostgreSQL interactive terminal.
>
> Type:  \copyright for distribution terms
>        \h for help with SQL commands
>        \? for help with psql commands
>        \g or terminate with semicolon to execute query
>        \q to quit
>
> SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
>
> template1=>
>
>
>
>
> !DSPAM:14,440507c549411563562004!
>
>
>
>
> Thanks
> Gowri
>
>
> !DSPAM:14,440507c549411563562004!
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>
>
> !DSPAM:14,440507c549411563562004!
>

pgsql-admin by date:

Previous
From: "Gourish Singbal"
Date:
Subject: Re: Database information
Next
From: Andy Shellam
Date:
Subject: [Fwd: Restricting the access to a database]