pgsql: Add: > > o Allow pg_hba.conf to specify host names along with

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > o Allow pg_hba.conf to specify host names along with
Date: 2006-02-13 03:55:02
Message-ID: 20060213035502.4742B9DC9CE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

>
> o Allow pg_hba.conf to specify host names along with IP addresses
>
> Host name lookup could occur when the postmaster reads the
> pg_hba.conf file, or when the backend starts. Another
> solution would be to reverse lookup the connection IP and
> check that hostname against the host names in pg_hba.conf.
> We could also then check that the host name maps to the IP
> address.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1767 -> r1.1768)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1767&r2=1.1768)
pgsql/doc/src/FAQ:
TODO.html (r1.272 -> r1.273)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.272&r2=1.273)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-02-13 04:33:08 python - pq: A PANIC is also fatal.
Previous Message User Rbt 2006-02-13 01:15:56 autodoc - autodoc: Add in very simple inheritance documentation.