Re: psql: FATAL 1: IDENT authentication failed for user error - Urgent pls - Mailing list pgsql-sql

From Tom Lane
Subject Re: psql: FATAL 1: IDENT authentication failed for user error - Urgent pls
Date
Msg-id 24213.1079709131@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql: FATAL 1: IDENT authentication failed for user error - Urgent pls  (Martin Marques <martin@bugs.unl.edu.ar>)
List pgsql-sql
Martin Marques <martin@bugs.unl.edu.ar> writes:
> El Vie 19 Mar 2004 09:39, Kumar escribi�:
>> My pg_hba.conf file looks like below
>> 
>> # TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD
>> 
>> local   all         all                                             trust
>> host all     all  192.168.2.0   255.255.255.0     trust
>> 
>> I couldnt understand why. Please shed some light

> This is not the default configuration, so I suspect that you changed it.

... and forgot to SIGHUP the postmaster after changing it, so the
original IDENT-based selection is still active.  Do "pg_ctl reload"
to get the postmaster to notice changes in its config files.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: inverse of "day of year"
Next
From: Tom Lane
Date:
Subject: Re: triggers on commit