Add TAP tests for LDAP connection parameter lookup
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Aug 2025 07:04:54 +0000 (09:04 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Aug 2025 08:17:22 +0000 (10:17 +0200)
commit8212c8393906fe31d999a6b0d1e4cacb206529a3
tree5908bfa4a8dfa9c8c067a67d3a00b28a8493f67a
parent296cba276081192a18c484c0716bf290c16bf362
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@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAKK5BkHixcivSCA9pfd_eUp7wkLRhvQ6OtGLAYrWC%3Dk7E76LDQ%40mail.gmail.com
src/test/ldap/meson.build
src/test/ldap/t/003_ldap_connection_param_lookup.pl [new file with mode: 0644]