RE: [INTERFACES] JDBC from remote - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] JDBC from remote
Date
Msg-id A9DCBD548069D211924000C00D001C44261E9B@exchange.maidstone.gov.uk
Whole thread Raw
List pgsql-interfaces
Even though you are using trust, are you supplying a password to the
driver?

Passing null or "" as a password doesn't work. As long as the password
exists (doesn't have to be correct for trust authentication) it should
work.

Peter

--
Peter T Mount, Enterprise Support
petermount@it.maidstone.gov.uk
Anything I write here are my own views, and cannot be taken as the
official words of Maidstone Borough Council

-----Original Message-----
From: Alex Turner [mailto:aturner@maaco.com]
Sent: Thursday, May 20, 1999 9:31 PM
To: benoit@ooc.com
Cc: pgsql-interfaces@postgreSQL.org
Subject: Re: [INTERFACES] JDBC from remote


Well... I have the line:

host         all        0.0.0.0       0.0.0.0           trust

in the pg_hba.conf file...

But I still can't seem to get remote authentication..

Any ideas?

Benoit Foucher wrote:

> Hi Alex,
>
> You may have a look at pg_hba.conf to see if the remote host is
authorized
> to access your database (this file is in the data directory of your
database
> server).
>
> Regards,
>
> Alex Turner wrote:
> >
> > Well.. now I have my JDBC driver working with PostgreSQL I have run
into
> > another problem.
> >
> > Whenever I try to connect from a remote site, I get an
Authentication
> > failure.  This has happens whatever user I try (I have created two
in
> > addition to the dba).  The database I am try to gain access to is
> > currently empty, I don't know if this is a problem, but I can access
it
> > at localhost fine :(
> >
> > Hope someone can help
> >
> > Alex T



pgsql-interfaces by date:

Previous
From: Robert Carbonari
Date:
Subject: problem with postgres example databse package install
Next
From: Jonathan Davic
Date:
Subject: lock row