Re: Re: Improving pg_hba.conf

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Improving pg_hba.conf
Date: 2001-06-13 13:50:38
Message-ID: 200106131350.f5DDocm01604@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian wrote:
> >
> > We have the following item on TODO:
> >
> > * Overhaul pg_hba.conf host-based authentication
> >
> > Can people tell me what they want changed. I know we need the pg_shadow
> > password field encrypted in the table and I will work on that now.
>
> Why doesn't postgres put the contents pg_hba.conf in a table? That way it comes
> for free when you reinitialize and restore a database?

The file has to be read by the postmaster and the postmaster has no
access to data tables for speed and security reasons.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-13 13:52:08 Re: Fix for tablename in targetlist
Previous Message Jan Wieck 2001-06-13 13:12:05 Re: Re: REPLACE INTO table a la mySQL