Re: nested xacts: update password file - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: nested xacts: update password file
Date
Msg-id 20040712193531.GE3345@dcc.uchile.cl
Whole thread Raw
In response to Re: nested xacts: update password file  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Mon, Jul 12, 2004 at 03:19:43PM -0400, Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > On Mon, Jul 12, 2004 at 02:31:37PM -0400, Bruce Momjian wrote:
> >
> > > OK, but why would we document the contents of a file that are not to be
> > > modified by the user?
> >
> > But how is the file used?  Where do I put the file, what do I put in
> > pg_hba.conf to use the file?  Can I have several files, one per
> > pg_hba.conf entry?  Can I use multiple files with a single pg_hba.conf
> > entry?  What happens if I have a username that has the separator in it?
>
> We no longer have the capability for external password files, which is
> what the 7.2 docs were talking about.  We removed it when we went to
> encrypted MD5 password and pg_hba.conf entries where you can reference
> external lists of users and groups.
>
> The file you were touching is a cache of usernames written by backends
> modifing the pg_shadow table and read by the postmaster.

Oh, I see!  Thanks for the clarification.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"XML!" Exclaimed C++.  "What are you doing here? You're not a programming
language."
"Tell that to the people who use me," said XML.


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: nested xacts: update password file
Next
From: Bruce Momjian
Date:
Subject: Re: patch for different join result order on regression test