>>> "Peter Koczan" <[EMAIL PROTECTED]> 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

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to