Re: security hook on authorization - Mailing list pgsql-hackers

From Robert Haas
Subject Re: security hook on authorization
Date
Msg-id AANLkTikb0u2Vy=eKGdfbcqAU6HVmhpXUXef8a=bm8xv4@mail.gmail.com
Whole thread Raw
In response to Re: security hook on authorization  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: security hook on authorization  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: WIP: extensible enums
Next
From: Robert Haas
Date:
Subject: Re: leaky views, yet again