Re: cannot connect using terminal nor pgaccess - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: cannot connect using terminal nor pgaccess
Date
Msg-id Pine.LNX.4.30.0105211910570.757-100000@peter.localdomain
Whole thread Raw
In response to Re: cannot connect using terminal nor pgaccess  (Jaume Teixi <teixi@6tems.com>)
Responses Re: cannot connect using terminal nor pgaccess  ("Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu>)
List pgsql-admin
Jaume Teixi writes:

> but why the tcp/ip also doesn't works ?
>
> teixi@thinkpad:~$ grep -v ^# /etc/postgresql/pg_hba.conf | grep -i host
>
> host         all         127.0.0.1     255.255.255.0       ident sameuser
                                                                   ^^^^^^^^
> host         all         0.0.0.0       0.0.0.0             reject

> teixi@thinkpad:~$ psql -d template1 -U postgres -h localhost -p 5432
  ^^^^^                                  ^^^^^^^^
> psql: IDENT authentication failed for user 'postgres'

"sameuser" means "same user".  Please read up on the details of ident
authentication.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-admin by date:

Previous
From: Jaume Teixi
Date:
Subject: Re: cannot connect using terminal nor pgaccess
Next
From: Dronamraju Rajesh
Date:
Subject: Re: cannot connect using terminal nor pgaccess