Re: pg_hba options parsing

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_hba options parsing
Дата
Msg-id 49007CC4.4020904@hagander.net
обсуждение исходный текст
Ответ на pg_hba options parsing  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: psql Feature request \set query
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: EXPLAIN CREATE TABLE AS