Re: 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: 2023-01-01T14:04:14Z
Lists: pgsql-hackers
On 2022-12-19 Mo 11:16, Andrew Dunstan wrote: > 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. > > This currently has failures on the cfbot for meson builds on FBSD13 and Debian Bullseye, but it's not at all clear why. In both cases it fails where the ldap server is started. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Add a test using ldapbindpasswd in pg_hba.conf
- a9dc7f9419e4 16.0 landed
-
Restructure Ldap TAP test
- ee4613d2b732 16.0 landed
-
ci: Change macOS builds from Intel to ARM.
- 14d63dd2523c 16.0 cited