Re: [INTERFACES] jdbc interface problems with jdk1.2

From: Doug Thistlethwaite <doug(at)dupreeinc(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-interface <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] jdbc interface problems with jdk1.2
Date: 1999-07-20 22:24:51
Message-ID: 3794F733.53967769@dupreeinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Yes, that was a typo on my part. I also found out that the MASK should
be 255.255.255.255 if I want only the single system to access my
database... But that did not fix the problem either.

Any more suggestions would be appriciated!

Doug

Tom Lane wrote:

> Doug Thistlethwaite <doug(dot)t(at)deltanet(dot)com> writes:
> > Password authentication failed for user 'doug'
> >
> > Does anybody have an idea of what I can try to get this working?
>
> This tells you you are getting pretty far: you are making a TCP
> connection, and the postmaster is recognizing that the entry for
> your IP address in pg_hba demands password authentication. So,
> either you are supplying the wrong password from the client end,
> or something's wrong with the password file.
>
> There might be more info in the postmaster log file than is reported
> to the client --- did you look there?
>
> One potential typo stands out in your message:
>
> > The password file was created using the command pg_passwd
> > /var/postgresql/passwd
> ^^^^^^^^^^
> > host doug IP.ADDRESS.OF PC 255.255.255.0 password
> > /var/postgres/passwd
> ^^^^^^^^
>
> Prolly that's just a transcription error in your message, but if
> it's real...
>
> regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jerome FERRANDEZ 1999-07-21 00:04:47
Previous Message Neil Darlow 1999-07-20 20:49:09 PsqlODBC and Qualified Table Names