RE: User administration tool

Поиск
Список
Период
Сортировка
От Matthew
Тема RE: User administration tool
Дата
Msg-id 183FA749499ED311B6550000F87E206C1FD0A5@srv.ctlno.com
обсуждение исходный текст
Ответ на User administration tool  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы RE: User administration tool  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> I have started coding a user/group administration tool that allows you
> to add/modify/delete users and groups.  I should have something working
> in a week.  I will look similar to my pgmonitor tool.
> semi related to this, I have always thought that the way postgresql
handles the deletion of users and groups to be flawed.  If I create a user,
grant permissions on a table and then drop the user, permissions now exist
on that table for a user that does not exist.  I see this as a possible
security flaw since a new user can then be created with the user id of the
ID user and have all the permissions that might have ever been assigned to
that old user.  When a user is deleted, shouldn't all permissions associated
with that user be deleted also, I would think this could be handled with a
PK/ FK cascading delete type setup.
my 2¢
Matt O'Connor


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Call for platforms
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Re: [SQL] possible row locking bug in 7.0.3 & 7.1