Re: Postgres users/groups - Mailing list pgsql-general

From Richard Huxton
Subject Re: Postgres users/groups
Date
Msg-id 3A7BDCD7.95DA0A77@archonet.com
Whole thread Raw
In response to Postgres users/groups  ("Adam Lang" <aalang@rutgersinsurance.com>)
List 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 by date:

Previous
From: "Dan Wilson"
Date:
Subject: Re: pg_dump shell or php?
Next
From: "Eric Nicolas"
Date:
Subject: CygIPC 1.08 Source Code : Where ?