| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_hba options parsing |
| Date: | 2008-10-23 13:31:48 |
| Message-ID: | 49007CC4.4020904@hagander.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Magnus Hagander wrote:
> This patch changes the options field of pg_hba.conf to take name/value
> pairs instead of a fixed string. This makes it a lot nicer to deal with
> auth methods that need more than one parameter, such as LDAP.
>
> While at it, it also adds map support to kerberos, gssapi and sspi and
> not just ident - basically all methods where the username comes from an
> outside source (lmk if I missed one).
>
> Also in passing, changes the methods in auth.c to deal with "unsupported
> auth method on this platform" errors the same way for all authentication
> methods.
Applied with suggested changes.
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dimitri Fontaine | 2008-10-23 13:37:45 | Re: EXPLAIN CREATE TABLE AS |
| Previous Message | Andrew Sullivan | 2008-10-23 13:23:18 | Re: psql Feature request \set query |