Re: SSL and md5 password?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Peter Koczan" <pjkoczan(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: SSL and md5 password?
Date: 2008-10-29 17:12:54
Message-ID: 49085346.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> "Peter Koczan" <pjkoczan(at)gmail(dot)com> wrote:
> psql: FATAL: no pg_hba.conf entry for host "128.105.162.36", user
> "test_md5", database "koczan_test", SSL off

> hostssl all postgres 128.105.0.0/16 reject
> hostssl all postgres 198.133.224.0/24 reject
>
> # Testing out md5 users
> hostssl all test_md5 128.105.0.0/16 md5
> hostssl all test_md5 198.133.224.0/24 md5

I think it uses the first matching entry in pg_hba.conf.
What happens with the matching "reject" line?

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2008-10-29 17:15:36 Re: SSL and md5 password?
Previous Message Peter Koczan 2008-10-29 17:07:03 SSL and md5 password?