Add a test to ldapbindpasswd

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-19T16:16:08Z
Lists: pgsql-hackers

Attachments

There is currently no test for the use of ldapbindpasswd in the
pg_hba.conf file. This patch, mostly the work of John Naylor, remedies that.


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.