pgsql: Add TAP tests for LDAP connection parameter lookup

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add TAP tests for LDAP connection parameter lookup
Date: 2025-08-15 08:23:12
Message-ID: E1umpiS-000f9D-1O@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add TAP tests for LDAP connection parameter lookup

Add TAP tests that tests the LDAP Lookup of Connection Parameters
functionality in libpq. Prior to this commit, LDAP test coverage only
existed for the server-side authentication functionality and for
connection service file with parameters directly specified in the
file. The tests included here test a pg_service.conf that contains a
link to an LDAP system that contains all of the connection parameters.

Author: Andrew Jackson <andrewjackson947(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CAKK5BkHixcivSCA9pfd_eUp7wkLRhvQ6OtGLAYrWC%3Dk7E76LDQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8212c8393906fe31d999a6b0d1e4cacb206529a3

Modified Files
--------------
src/test/ldap/meson.build | 1 +
.../ldap/t/003_ldap_connection_param_lookup.pl | 216 +++++++++++++++++++++
2 files changed, 217 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-08-15 08:39:10 pgsql: Fix git whitespace warning
Previous Message David Rowley 2025-08-15 06:08:03 pgsql: Fix invalid format string in HASH_DEBUG code