Re: postgresql TCP problem

2002-10-16 Thread Arash Bijanzadeh
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

Re: postgresql TCP problem

2002-10-14 Thread Alvaro Figueroa
> 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

Re: postgresql TCP problem

2002-10-14 Thread bob parker
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"

Re: postgresql TCP problem

2002-10-14 Thread Johann Spies
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

postgresql TCP problem

2002-10-14 Thread Arash Bijanzadeh
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