I solved it
Thanks a lot!
Arash
On Monday 14 October 2002 11:42, Johann Spies wrote:
> On Mon, Oct 14, 2002 at 11:13:07AM +0330, Arash Bijanzadeh wrote:
> > I need to connect to postgresql through TCP socket but there is a
> > problrm with authontication when I am trying "psql aDatabase
> > someU
> IDENT authontication failed.
That is because of the following lines at the pg_hba.conf
local all ident sameuser
host all 127.0.0.1 255.0.0.0 ident sameuser
--
Alvaro Figueroa
--
To UNSUBSCRIBE, email to [EMAIL PROT
On Mon, 14 Oct 2002 17:43, Arash Bijanzadeh wrote:
> I need to connect to postgresql through TCP socket but there is a problrm
> with authontication when I am trying "psql aDatabase someUser" it says
> that IDENT authontication failed. but if I change user to that user and try
> "psql aDatabase"
On Mon, Oct 14, 2002 at 11:13:07AM +0330, Arash Bijanzadeh wrote:
> I need to connect to postgresql through TCP socket but there is a
> problrm with authontication when I am trying "psql aDatabase
> someUser" it says that IDENT authontication failed. but if I change
> user to that user and try "ps
I need to connect to postgresql through TCP socket but there is a problrm with
authontication when I am trying "psql aDatabase someUser" it says that
IDENT authontication failed. but if I change user to that user and try "psql
aDatabase" it can connect to it!
Any suggestion?
--
To UNSUBSCRI
5 matches
Mail list logo