Re: [GENERAL] User authentication failed

Поиск
Список
Период
Сортировка
От Tom Ivar Helbekkmo
Тема Re: [GENERAL] User authentication failed
Дата
Msg-id 863e2wgyn8.fsf@athene.nhh.no
обсуждение исходный текст
Ответ на User authentication failed  (Jean Lee <jean@cinesite.co.uk>)
Список pgsql-general
Jean Lee <jean@cinesite.co.uk> writes:

> host       all         10.123.10.0   255.255.255.255   trust
> host       all         192.168.10.0  255.255.255.255   trust

You're allowing connections from 10.123.10.0 and 192.168.10.0 exactly,
and I'd bet the machine you're connecting from has neither of those
addresses.  If what you meant was to allow connections from machines
in the networks 10.123.10.0/24 and 192.168.10.0/24, you want:

host       all         10.123.10.0   255.255.255.0   trust
host       all         192.168.10.0  255.255.255.0   trust

-tih
--
Popularity is the hallmark of mediocrity.  --Niles Crane, "Frasier"

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

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] fork() bad
Следующее
От: "Paul D. Boyle"
Дата:
Сообщение: Need postgresql 6.1 sources