From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Ron Peterson <rpeterso(at)mtholyoke(dot)edu> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: fallback authentication |
Date: | 2004-12-11 19:51:07 |
Message-ID: | 20041211195107.GD2668@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Fri, Dec 10, 2004 at 20:50:56 -0500,
Ron Peterson <rpeterso(at)mtholyoke(dot)edu> wrote:
> On Fri, Dec 10, 2004 at 03:20:50PM -0500, Ron Peterson wrote:
>
> > Sometimes, however, I would like to create an account in PostgreSQL
> > which I do not want to also maintain in LDAP. Is it possible to
> > configure authentication to fall through to a different method?
>
> I suppose the right thing to do is either
>
> * don't be lazy, and update my LDAP maintainance to include the
> required accounts, or
>
> * fall through in pam. Is there anything similar in concept to
> libpam-pgsql, but which simply authenticates against PostgreSQL's
> built-in authentication mechanism?
You can put per user exceptions first in your pg_hba.conf file. That way
these people will be handled by those rules, but other users can be
authenticated using pam.
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Peterson | 2004-12-12 03:55:55 | Re: fallback authentication |
Previous Message | Bruno Wolff III | 2004-12-11 19:11:36 | Re: pgcrypto module for WINDOWS |