summaryrefslogtreecommitdiff
path: root/src/test/ldap/t
AgeCommit message (Expand)Author
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-01-23Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan
2023-01-23Restructure Ldap TAP testAndrew Dunstan
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-31ci: Change macOS builds from Intel to ARM.Thomas Munro
2022-12-20Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-03-09ldap tests: Add paths for openbsd.Andres Freund
2022-03-09ldap tests: Don't run on unsupported operating systems.Andres Freund
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-19Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund
2021-09-23Add missing $Test::Builder::Level settingsPeter Eisentraut
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2020-08-03Fix rare failure in LDAP tests.Thomas Munro
2019-09-09Be more careful about port selection in src/test/ldap/.Tom Lane
2019-08-08Fix certificate subjects in ldap testAndrew Dunstan
2019-08-06Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane
2019-08-04Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane
2019-07-25Fix LDAP test instability.Thomas Munro
2019-03-25Add MacPorts support to src/test/ldap tests.Thomas Munro
2018-11-13Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-03-03Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut
2018-02-13In LDAP test, restart after pg_hba.conf changesPeter Eisentraut
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2017-10-13Log diagnostic messages if errors occur during LDAP auth.Peter Eisentraut
2017-09-15src/test/ldap: Fix test function in Linux portAlvaro Herrera
2017-09-15Add LDAP authentication test suitePeter Eisentraut