BUG #1413: pg_hba.conf : 192.168.2.0/32 not honoured

Поиск
Список
Период
Сортировка
От jerome celle
Тема BUG #1413: pg_hba.conf : 192.168.2.0/32 not honoured
Дата
Msg-id 200501191713.j0JHDQA0023352@developer.pgadmin.org
обсуждение исходный текст
Ответы Re: BUG #1413: pg_hba.conf : 192.168.2.0/32 not honoured  (Kris Jurka <books@ejurka.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1413
Logged by:          jerome celle
Email address:      j.celle@laposte.net
PostgreSQL version: 8.0.0
Operating system:   Linux Redhat 9
Description:        pg_hba.conf : 192.168.2.0/32 not honoured
Details:

With following entry in pg_hba.conf :
host all all 192.168.2.0/32  trust

I get the following error when attempting to open a connection from
192.168.2.27 host :

Unable to connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host
"192.168.2.27", user "adeolis", database "adeolis"

NOW, if i change the entry to :
host all all 192.168.2.27/0  trust

I can connect.

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

Предыдущее
От: "Simon Nicholls"
Дата:
Сообщение: BUG #1411: Ref Bug#1410 Hibernate PerformanceTest is incredibly slow
Следующее
От: "Lutischán Ferenc"
Дата:
Сообщение: BUG #1409: A good and a bad news: Crazy SQL JOIN?