Re: pg_hba options parsing - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: pg_hba options parsing
Date
Msg-id 49007CC4.4020904@hagander.net
Whole thread Raw
In response to pg_hba options parsing  (Magnus Hagander <magnus@hagander.net>)
List 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



pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: psql Feature request \set query
Next
From: Dimitri Fontaine
Date:
Subject: Re: EXPLAIN CREATE TABLE AS