fallback authentication - Mailing list pgsql-admin

From Ron Peterson
Subject fallback authentication
Date
Msg-id 20041210202050.GA12507@mtholyoke.edu
Whole thread Raw
Responses Re: fallback authentication  (Ron Peterson <rpeterso@mtholyoke.edu>)
List 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

pgsql-admin by date:

Previous
From: "Pradeepkumar, Pyatalo (IE10)"
Date:
Subject: Re: Running sql files
Next
From: Mª José Sempere
Date:
Subject: digest as IMMUTABLE function