pgsql: Add a test using ldapbindpasswd in pg_hba.conf - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add a test using ldapbindpasswd in pg_hba.conf
Date
Msg-id E1pJx6C-0054gu-VZ@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add non-destructive modes to pgindent
Next
From: Andres Freund
Date:
Subject: Re: pgsql: instr_time: Represent time as an int64 on all platforms