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

From Andrew Dunstan
Subject Re: Add a hook to allow modification of the ldapbindpasswd
Date
Msg-id 86603363-4525-57c4-4764-c8447f5184bc@dunslane.net
Whole thread Raw
In response to Re: Add a hook to allow modification of the ldapbindpasswd  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Add a hook to allow modification of the ldapbindpasswd  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers


On 2023-01-23 Mo 14:11, Andrew Dunstan wrote:
On 2022-12-19 Mo 11:29, Andrew Dunstan wrote:
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.

Updated to take advantage of refactoring of ldap tests.



pushed.


cheers


andrew

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

pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Speed-up shared buffers prewarming
Next
From: Andrew Dunstan
Date:
Subject: Re: Add support for DEFAULT specification in COPY FROM