Add TAP tests for LDAP connection parameter lookup
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-08-15T08:17:22Z
Releases:
19 (unreleased)
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/ldap/meson.build | modified | +1 −0 |
| src/test/ldap/t/003_ldap_connection_param_lookup.pl | added | +216 −0 |
Discussion
- Update LDAP Protocol in fe-connect.c to v3 16 messages · 2025-03-22 → 2025-08-15