Re: Add a test to ldapbindpasswd

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-01-23T13:45:01Z
Lists: pgsql-hackers
On 2023-01-04 We 17:33, Andrew Dunstan wrote:
>
>> This version factors out the creation of the LDAP server into a separate
>> perl Module. That makes both the existing test script and the new test
>> script a lot shorter, and will be useful for the nearby patch for a hook
>> for the ldapbindpassword.
>>
>>
> Looks like I fat fingered this. Here's a version that works.
>
>

pushed.


cheers


andrew

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




Commits

  1. Add a test using ldapbindpasswd in pg_hba.conf

  2. Restructure Ldap TAP test

  3. ci: Change macOS builds from Intel to ARM.