Re: security hook on authorization

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: security hook on authorization
Дата
Msg-id AANLkTikb0u2Vy=eKGdfbcqAU6HVmhpXUXef8a=bm8xv4@mail.gmail.com
обсуждение исходный текст
Ответ на Re: security hook on authorization  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: security hook on authorization  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
2010/8/24 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> I tried to revise the patch. It allows plugins to get control next to
> client authentication, but before returning the status to users.
>
> This change enables plugins which should be invoked on authentication
> failed to utilize this hook, not only assignment of session security
> label.
> At the same time, it disables to hook on SET SESSION AUTHORIZATION.
> But it is a bit unclear whether we should hook here, or not.

Stephen -

You've been listed as a reviewer for this in the CF app since 9/17 -
are you planning to review it?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: WIP: extensible enums
Следующее
От: Robert Haas
Дата:
Сообщение: Re: leaky views, yet again