Re: Postgres users/groups

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Postgres users/groups
Дата
Msg-id 3A7BDCD7.95DA0A77@archonet.com
обсуждение исходный текст
Ответ на Postgres users/groups  ("Adam Lang" <aalang@rutgersinsurance.com>)
Список pgsql-general
Adam Lang wrote:
>
> Postgres can only do authentication with its internal scheme correct?  It is
> not possible to plug in another "module"?

it can use a file similar to /etc/passwd or kerberos detail in the html
docs (administrator section)

> Example:  I have windows desktops and run samba for my sharing and
> authentication.  Is it possible to have postgres validate based on the samba
> PAM module or something so as to avoid multiple authentication schemes?

Don't think it knows anything about PAM, but you should be able to
generate a text file of user:passwd from /etc/passwd or /etc/shadow if
you're using crypt.

- Richard Huxton

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

Предыдущее
От: "Dan Wilson"
Дата:
Сообщение: Re: pg_dump shell or php?
Следующее
От: "Eric Nicolas"
Дата:
Сообщение: CygIPC 1.08 Source Code : Where ?