Support suffix matching of host names in pg_hba.conf

Peter Eisentraut <peter_e@gmx.net>

Commit: 24b29ca8f9dc4a5e5f873f0fcb56438c526700f6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-10-24T12:54:00Z
Releases: 9.1.0
Support suffix matching of host names in pg_hba.conf

A name starting with a dot can be used to match a suffix of the actual
host name (e.g., .example.com matches foo.example.com).

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +20 −0
src/backend/libpq/hba.c modified +21 −1
src/backend/libpq/pg_hba.conf.sample modified +2 −1