fallback authentication

From: Ron Peterson <rpeterso(at)mtholyoke(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: fallback authentication
Date: 2004-12-10 20:20:50
Message-ID: 20041210202050.GA12507@mtholyoke.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I've configured PostgreSQL (8.0.0beta5) to do ldap authenticatation via
pam for connections to localhost. My hba.conf looks like:

host all all 127.0.0.1 255.255.255.255 pam

My pam.d/postgresql file looks like:

auth required pam_ldap.so
account required pam_ldap.so

This all works great.

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?

--
Ron Peterson
Network & Systems Manager
Mount Holyoke College
http://www.mtholyoke.edu/~rpeterso

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2004-12-10 23:15:51 Re: correspondence between the numbered folder and actual database
Previous Message Chris White (cjwhite) 2004-12-10 19:52:00 Issue with large objects