fallback authentication

Поиск
Список
Период
Сортировка
От Ron Peterson
Тема fallback authentication
Дата
Msg-id 20041210202050.GA12507@mtholyoke.edu
обсуждение исходный текст
Ответы Re: fallback authentication  (Ron Peterson <rpeterso@mtholyoke.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: Re: Running sql files
Следующее
От: Mª José Sempere
Дата:
Сообщение: digest as IMMUTABLE function