Add a hook to allow modification of the ldapbindpasswd

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Add a hook to allow modification of the ldapbindpasswd
Дата
Msg-id 469b06ed-69de-ba59-c13a-91d2372e52a9@dunslane.net
обсуждение исходный текст
Ответы Re: Add a hook to allow modification of the ldapbindpasswd  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
This patch, mostly the work of John Naylor, provides a hook whereby a
module can modify the ldapbindpasswd before it is handed to the ldap
server. This is similar in concept to the ssl_passphrase_callback
feature, and allows the user not to have to put the cleartext password
in the pg_hba.conf file. A trivial test is added which provides an
example of such a module.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Add a test to ldapbindpasswd
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Error-safe user functions