summaryrefslogtreecommitdiff
path: root/src/test/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-2/+2
* tests: Prevent syslog activity by slapd, take 2Andres Freund2023-03-161-2/+2
* tests: Minimize syslog activity by slapdAndres Freund2023-03-161-0/+1
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-141-0/+6
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-071-2/+2
* Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan2023-01-232-0/+96
* Restructure Ldap TAP testAndrew Dunstan2023-01-232-144/+340
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* ci: Change macOS builds from Intel to ARM.Thomas Munro2023-01-011-1/+7
* Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan2022-12-203-13/+8
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-203-4/+10
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+11
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-201-0/+4
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+2
* Remove more unused module imports from TAP testsDaniel Gustafsson2022-03-271-1/+0
* ldap tests: Add paths for openbsd.Andres Freund2022-03-091-0/+5
* ldap tests: Don't run on unsupported operating systems.Andres Freund2022-03-091-5/+10
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-5/+3
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-311-0/+2
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-12/+12
* Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund2021-10-191-4/+6
* Add missing $Test::Builder::Level settingsPeter Eisentraut2021-09-231-0/+2
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-291-2/+2
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-071-12/+40
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-051-6/+11
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix rare failure in LDAP tests.Thomas Munro2020-08-031-1/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-091-1/+1
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-081-2/+2
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-061-1/+1
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-041-1/+1
* Fix LDAP test instability.Thomas Munro2019-07-261-0/+16
* Add MacPorts support to src/test/ldap tests.Thomas Munro2019-03-262-2/+9
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro2018-11-131-1/+17
* Improve requirements documentation for ldap test suite.Tom Lane2018-06-211-3/+12
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-191-2/+10
* README: add URLs for openldap installationBruce Momjian2018-06-191-0/+11
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+1
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-271-10/+10
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-51/+91
* Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut2018-03-032-1/+12
* In LDAP test, restart after pg_hba.conf changesPeter Eisentraut2018-02-131-11/+11
* Add installcheck support to more test suitesPeter Eisentraut2018-01-232-0/+7
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-031-4/+57