pgsql: Add a test using ldapbindpasswd in pg_hba.conf

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a test using ldapbindpasswd in pg_hba.conf
Date: 2023-01-23 13:43:01
Message-ID: E1pJx6C-0054gu-VZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a test using ldapbindpasswd in pg_hba.conf

This feature has not been covered in tests up to now.

John Naylor and Andrew Dunstan

Discussion: https://postgr.es/m/06005bfb-0fd7-9d08-e0e5-440f277b73b4@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9dc7f9419e4f6cac419e195618dceac74846c83

Modified Files
--------------
src/test/ldap/meson.build | 1 +
src/test/ldap/t/002_bindpasswd.pl | 95 +++++++++++++++++++++++++++++++++++++++
2 files changed, 96 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-23 17:16:28 Re: pgsql: instr_time: Represent time as an int64 on all platforms
Previous Message Andrew Dunstan 2023-01-23 12:11:09 pgsql: Add non-destructive modes to pgindent