Re: [QUESTION] JDBC and pg_hba on 6.2

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [QUESTION] JDBC and pg_hba on 6.2
Дата
Msg-id Pine.BSF.3.96.980309204434.227B-100000@thelab.hub.org
обсуждение исходный текст
Ответы Re: [INTERFACES] Re: [QUESTION] JDBC and pg_hba on 6.2
Список pgsql-interfaces
Forwarded to pgsql-interfaces@postgresql.org


On Mon, 9 Mar 1998, Bryan Basham wrote:

> Hello,
>
> I have been using PostgreSQL 6.2 and JDBC for a few months now, but
> only accessing the DB from my local host.  I am now attempting to
> connect to my DB server host remotely (the remote server is gru.org
> and my local host is bela.basham.bhi.com).
>
> I tried the JDBC_Test program, but it fails:
>
> > java JDBC_Test jdbc:postgresql://gru.org:5432/gru
> Connecting to Database URL = jdbc:postgresql://gru.org:5432/gru
> Exception: java.sql.SQLException: Failed to authenticate client as Postgres
>   user 'basham' using the default authentication type: be_recvauth: host-based authentication failed
>
> I have the following entry in the servers pg_hba.conf file:
>
> # All any connection from Bela.Basham.BHI.COM
> host         all         10.237.124.1  255.255.255.255   trust
>
> I restarted the postmaster after changing the pg_hba.conf file
> and it still fails (message above).  Any ideas?
>
> Thanks,
> Bryan Basham
>

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Dornfeld Balazs"
Дата:
Сообщение: Pgaccess - forms
Следующее
От: "Julia A.Case"
Дата:
Сообщение: Re: [INTERFACES] ODBC?