Re: Re: Improving pg_hba.conf - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Re: Improving pg_hba.conf
Date
Msg-id 200106131350.f5DDocm01604@candle.pha.pa.us
Whole thread Raw
In response to Re: Improving pg_hba.conf  (mlw <markw@mohawksoft.com>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Indexing on a separate volume
Next
From: Bruce Momjian
Date:
Subject: Re: Indexing on a separate volume