From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Password sub-process ... |
Date: | 2002-07-30 03:12:01 |
Message-ID: | 20020730001122.S3083-100000@mail1.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, 29 Jul 2002, Bruce Momjian wrote:
> Marc G. Fournier wrote:
> >
> > Something to maybe add to the TODO list, if someone has the
> > time/inclination to work on it ...
> >
> > The problem with the current auth system, as I see it, is that you can't
> > easily have seperate user lists and passwords per database ... its shared
> > across the system ...
> >
> > The closest you can get is to have a database defined as 'password' in
> > pg_hba.conf, with an external password file from pg_shadow, which, for the
> > most part, is good ... but it doesn't lend itself well to a 'hands off'
> > server ...
>
> Actually, that is removed in 7.3. It was too weird a syntax and format
> and the original idea of sharing /etc/passwd there didn't work anymore
> on most systems.
whoa ... what replaced it? weird it might have been, but it worked great
if you knew about it ...
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-07-30 03:16:10 | Re: Password sub-process ... |
Previous Message | Rod Taylor | 2002-07-30 03:05:17 | ODBC Drivers Broken |