Add a hook to allow modification of the ldapbindpasswd - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Add a hook to allow modification of the ldapbindpasswd
Date
Msg-id 469b06ed-69de-ba59-c13a-91d2372e52a9@dunslane.net
Whole thread Raw
Responses Re: Add a hook to allow modification of the ldapbindpasswd  (Andrew Dunstan <andrew@dunslane.net>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Add a test to ldapbindpasswd
Next
From: Robert Haas
Date:
Subject: Re: Error-safe user functions