Re: Add a test to ldapbindpasswd

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

Re: Add a test to ldapbindpasswd

2023-01-04 Thread Andrew Dunstan
On 2023-01-04 We 16:26, Andrew Dunstan wrote: > On 2023-01-02 Mo 09:45, Andrew Dunstan wrote: >> On 2023-01-01 Su 18:31, Andrew Dunstan wrote: >>> On 2023-01-01 Su 14:02, Thomas Munro wrote: On Mon, Jan 2, 2023 at 3:04 AM Andrew Dunstan wrote: > On 2022-12-19 Mo 11:16, Andrew Dunstan

Re: Add a test to ldapbindpasswd

2023-01-04 Thread Andrew Dunstan
On 2023-01-02 Mo 09:45, Andrew Dunstan wrote: > On 2023-01-01 Su 18:31, Andrew Dunstan wrote: >> On 2023-01-01 Su 14:02, Thomas Munro wrote: >>> On Mon, Jan 2, 2023 at 3:04 AM Andrew Dunstan wrote: On 2022-12-19 Mo 11:16, Andrew Dunstan wrote: > There is currently no test for the use of

Re: Add a test to ldapbindpasswd

2023-01-02 Thread Julien Rouhaud
Hi, On Mon, Jan 02, 2023 at 09:45:27AM -0500, Andrew Dunstan wrote: > > On 2023-01-01 Su 18:31, Andrew Dunstan wrote: > > Let's see how we fare with this patch. > > > > > > Not so well :-(. This version tries to make the tests totally > independent, as they should be. That's an attempt to get the

Re: Add a test to ldapbindpasswd

2023-01-02 Thread Andrew Dunstan
each test file will load. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com From c2bedfd8a5b326ffb563da49b7b4b4006ddac361 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 2 Jan 2023 09:41:06 -0500 Subject: [PATCH] Add a test for ldapbindpasswd The existing LDAP tests d

Re: Add a test to ldapbindpasswd

2023-01-01 Thread Andrew Dunstan
is something wrong in the > part that copies certs from the ssl test? Not sure why it works for > autoconf... Let's see how we fare with this patch. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com From dace23df29efb43aa5e4bddc99098203c0e5ed00 Mon Sep 17 00:00:00 20

Re: Add a test to ldapbindpasswd

2023-01-01 Thread Andrew Dunstan
> On Jan 1, 2023, at 2:03 PM, Thomas Munro wrote: > > On Mon, Jan 2, 2023 at 3:04 AM Andrew Dunstan wrote: >>> 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,

Re: Add a test to ldapbindpasswd

2023-01-01 Thread Thomas Munro
On Mon, Jan 2, 2023 at 3:04 AM Andrew Dunstan wrote: > 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

Re: Add a test to ldapbindpasswd

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

Add a test to ldapbindpasswd

2022-12-19 Thread Andrew Dunstan
Dunstan Date: Mon, 19 Dec 2022 06:38:11 -0500 Subject: [PATCH] Add a test for ldapbindpasswd The existing LDAP tests don't cover the use of ldapbindpasswd in pg_hba.conf, so remedy that. Author: John Naylor --- src/test/ldap/meson.build | 1 + src/test/ldap/t/002_bindpasswd.pl | 198