Re: slightly off-topic: Central Auth

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: slightly off-topic: Central Auth
Дата
Msg-id 13105.1255732817@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: slightly off-topic: Central Auth  ("Scot Kreienkamp" <SKreien@la-z-boy.com>)
Ответы Re: slightly off-topic: Central Auth  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-general
"Scot Kreienkamp" <SKreien@la-z-boy.com> writes:
> On 16/10/2009 19:38, Scot Kreienkamp wrote:
>> ...  We are a largely Windows shop with many app and
>> database servers running Linux.  The Linux environment is growing too
>> large not to do centralized authentication of some kind.

> So I guess what I see taking shape is setting up everything to auth
> against PAM locally, then setting up local PAM to auth to a remote
> source.

What are you using for central auth in the Windows portions of your
shop?

What I'd suggest is that you standardize on Kerberos auth (that's what
it's called in the Unix world, MS might have another name for it).
You can definitely plug Linux into an Active Directory server for this,
and I believe that you have the option to switch it around in future
if you decide you'd rather have a Linux machine as your central auth
server.

If you decide to go with this approach and use PAM as intermediary,
you'll need the patch I just committed in response to bug #5121 --- it
turns out nobody had ever tried that with Postgres before :-(.  But
I think it's also possible to just use PG's native Kerberos support
with AD, which would explain why nobody had tried it.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: db not dumping properly, or at least not restoring
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: slightly off-topic: Central Auth