Re: pg_hba.conf : bad entry for ADDRESS

Поиск
Список
Период
Сортировка
От Francisco Olarte
Тема Re: pg_hba.conf : bad entry for ADDRESS
Дата
Msg-id CA+bJJbzgjQg=x53UQpJczbvc84rPEaT3x1gpFYjcGg5Ai6c+YA@mail.gmail.com
обсуждение исходный текст
Ответ на pg_hba.conf : bad entry for ADDRESS  (arnaud gaboury <arnaud.gaboury@gmail.com>)
Ответы Re: pg_hba.conf : bad entry for ADDRESS  (arnaud gaboury <arnaud.gaboury@gmail.com>)
Список pgsql-general
Hi Arnaud:
On Thu, Aug 25, 2016 at 4:18 PM, arnaud gaboury
<arnaud.gaboury@gmail.com> wrote:
> There is a public IP with a domain name (http works OK).
Nice to know, but does not matter if all you use is 127.0.0.1


> I entered this line in pg_hab.conf:

Have you checked the filename? you are saying HAB, but it is HBA (
Host Based Auth ) . May be a typo, but better safe then sorry. And
have you checked it is stored in the right place?


> ------------------------------
>  host     mattermost         mmuser      127.0.0.1       md5
> --------------------------------------------------------

Are this all the contents of you pg_hba.conf? Note order matters, all
non comment ( or at least the host ones ) need to be checked .


Also, did you signal the postmaster to reread after adding the line?

Francisco Olarte.


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: pg_hba.conf : bad entry for ADDRESS
Следующее
От: arnaud gaboury
Дата:
Сообщение: Re: pg_hba.conf : bad entry for ADDRESS