Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-16 Thread Andrew Dunstan
On 2023-03-15 We 18:18, Andrew Dunstan wrote: On 2023-03-15 We 17:50, Tom Lane wrote: Andrew Dunstan writes: pushed. drongo is not happy with this, but I'm kind of baffled as to why: "c:\\prog\\bf\\root\\HEAD\\pgsql.build\\pgsql.sln" (default target) (1) ->

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-16 Thread Andrew Dunstan
On 2023-03-15 We 20:39, Michael Paquier wrote: On Wed, Mar 15, 2023 at 06:18:28PM -0400, Andrew Dunstan wrote: Ugh. Not batting 1000 today. Will investigate. I have noticed that you forgot a .gitignore in this new path, as well, so I have taken the liberty to add one ;) Thanks. One benefit

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-15 Thread Michael Paquier
On Wed, Mar 15, 2023 at 06:18:28PM -0400, Andrew Dunstan wrote: > Ugh. Not batting 1000 today. Will investigate. I have noticed that you forgot a .gitignore in this new path, as well, so I have taken the liberty to add one ;) FWIW, I use git-sh-prompt prompt to detect such things quickly. --

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-15 Thread Andrew Dunstan
On 2023-03-15 We 17:50, Tom Lane wrote: Andrew Dunstan writes: pushed. drongo is not happy with this, but I'm kind of baffled as to why: "c:\\prog\\bf\\root\\HEAD\\pgsql.build\\pgsql.sln" (default target) (1) -> "c:\\prog\\bf\\root\\HEAD\\pgsql.build\\ldap_password_func.vcxproj" (default

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-15 Thread Tom Lane
Andrew Dunstan writes: > pushed. drongo is not happy with this, but I'm kind of baffled as to why: "c:\\prog\\bf\\root\\HEAD\\pgsql.build\\pgsql.sln" (default target) (1) -> "c:\\prog\\bf\\root\\HEAD\\pgsql.build\\ldap_password_func.vcxproj" (default target) (60) -> (Link target) ->

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-15 Thread Andrew Dunstan
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

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-07 Thread Andrew Dunstan
On 2023-03-06 Mo 15:16, Gregory Stark (as CFM) wrote: The CFBot says this patch is failing but I find it hard to believe this is related to this patch... 2023-03-05 20:56:58.705 UTC [33902][client backend] [pg_regress/btree_index][18/750:0] STATEMENT: ALTER INDEX btree_part_idx ALTER COLUMN

Re: Add a hook to allow modification of the ldapbindpasswd

2023-03-06 Thread Gregory Stark (as CFM)
The CFBot says this patch is failing but I find it hard to believe this is related to this patch... 2023-03-05 20:56:58.705 UTC [33902][client backend] [pg_regress/btree_index][18/750:0] STATEMENT: ALTER INDEX btree_part_idx ALTER COLUMN id SET (n_distinct=100); 2023-03-05 20:56:58.709 UTC

Re: Add a hook to allow modification of the ldapbindpasswd

2023-01-23 Thread Andrew Dunstan
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

Add a hook to allow modification of the ldapbindpasswd

2022-12-19 Thread Andrew Dunstan
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