Re: users & groups - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: users & groups
Date
Msg-id Pine.GSO.4.02A.10006191405480.550-100000@Ulv.DoCS.UU.SE
Whole thread Raw
In response to Re: users & groups  (R D <mrk279@yahoo.com>)
Responses Re: users & groups  (Rodney McDuff <ccmcduff@its.uq.edu.au>)
List pgsql-admin
On Mon, 19 Jun 2000, R D wrote:

> Hi,I need a secondary passwd files because I do not
> know another way to manage user access to DBs.

That's what I thought.

> If there was a pg_shadow in every DB replacing external passwd file,

Hmm, that would be in semi-violation of SQL, since users are supposed to
be global. We've been thinking about making per-database *passwords* for
each user, but I don't think this buys a lot.

> Or maybe it would be better and more reasonable to use a table in
> every database with the list of users who can access the database and
> their privileges on it.

That could be a problem. Assume you delete all users from that table. How
do you get back in and add any? But something like this is clearly needed,
it just can't be in the database -- probably pg_hba.conf.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: RE: users & groups
Next
From: Gary Stainburn
Date:
Subject: RE: RE: