| From: | arnaud gaboury <arnaud(dot)gaboury(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_hba.conf : bad entry for ADDRESS |
| Date: | 2016-08-25 14:36:56 |
| Message-ID: | CAK1hC9vw-xYfsQWS=DOQz758NxunqPHm7f2gaxKLZp62Apm1rA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Aug 25, 2016 at 4:32 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> arnaud gaboury <arnaud(dot)gaboury(at)gmail(dot)com> writes:
>> I entered this line in pg_hab.conf:
>> ------------------------------
>> host mattermost mmuser 127.0.0.1 md5
>
>> What am I doing wrong?
>
> Looking in the postmaster log for complaints about pg_hba.conf
> would probably have helped you diagnose this. But I think the
> problem is that you're required to specify a netmask or masklen;
> so "127.0.0.1/32" not just "127.0.0.1".
See previous answers, it doesn't work either
>
> regards, tom lane
--
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ilya Kazakevich | 2016-08-25 14:37:31 | Re: pg_hba.conf : bad entry for ADDRESS |
| Previous Message | arnaud gaboury | 2016-08-25 14:35:03 | Re: pg_hba.conf : bad entry for ADDRESS |