Обсуждение: a group of superuser

Поиск
Список
Период
Сортировка

a group of superuser

От
sferriol
Дата:
hello
i'm creating a database with different groups of users.
but i have one group which is the administrators of the system.
i would like to enable all members of this group to have the rights to
create another users.

how can i do that with a GROUP in postgres?

thanks
sylvain

Вложения

Re: a group of superuser

От
Peter Eisentraut
Дата:
sferriol wrote:
> i'm creating a database with different groups of users.
> but i have one group which is the administrators of the system.
> i would like to enable all members of this group to have the rights
> to create another users.
>
> how can i do that with a GROUP in postgres?

It's not possible.


Re: a group of superuser

От
Richard Huxton
Дата:
On Tuesday 09 March 2004 15:02, Peter Eisentraut wrote:
> sferriol wrote:
> > i'm creating a database with different groups of users.
> > but i have one group which is the administrators of the system.
> > i would like to enable all members of this group to have the rights
> > to create another users.
> >
> > how can i do that with a GROUP in postgres?
>
> It's not possible.

However, you probably could:
1. write a function (as a superuser) that creates users
2. let it run with the permissions of the creator
3. grant access to your target group.

You'll want to read up on the SECURITY DEFINER attributes of CREATE FUNCTION
and probably the EXECUTE command of plpgsql.

Note - I haven't tried this myself, so if it does work it would be helpful to
let the list know.
--
  Richard Huxton
  Archonet Ltd