Re: Allowing usernames in pg_hba.conf

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Allowing usernames in pg_hba.conf
Дата
Msg-id Pine.LNX.4.30.0203102128280.684-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Allowing usernames in pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Allowing usernames in pg_hba.conf  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Tom Lane writes:

> This is definitely stressing pg_hba past its design limits --- heck, the
> name of the file isn't even appropriate anymore, if usernames are part
> of the match criteria.  Rather than contorting things to maintain a
> pretense of backwards compatibility, it's time to abandon the current
> file format, change the name, and start over.

The pg_hba.conf thing is slowly growing to become a bad excuse for a
completely general authentication system, such as PAM.  Instead of
creating our own, maybe we could rip off the "BSD authentication" system
from some free *BSD.  I haven't seen it, but it's supposed to be like (or
"better than") PAM.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Rationalizing EXPLAIN VERBOSE output
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rationalizing EXPLAIN VERBOSE output