postgresql/src
Stephen Frost 8dff2f224f For Kerberos testing, disable reverse DNS lookup
In our Kerberos test suite, there isn't much need to worry about the
normal canonicalization that Kerberos provides by looking up the reverse
DNS for the IP address connected to, and in some cases it can actively
cause problems (eg: a captive portal wifi where the normally not
resolvable localhost address used ends up being resolved anyway, and
not to the domain we are using for testing, causing the entire
regression test to fail with errors about not being able to get a TGT
for the remote realm for cross-realm trust).

Therefore, disable it by adding rdns = false into the krb5.conf that's
generated for the test.

Reviewed-By: Heikki Linnakangas
Discussion: https://postgr.es/m/Y/QD2zDkDYQA1GQt@tamriel.snowman.net
2023-03-09 10:32:49 -05:00
..
backend Disallow specifying ICU rules unless locale provider is ICU 2023-03-09 08:09:40 +01:00
bin meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup 2023-03-08 17:04:15 -08:00
common Improve/correct comments 2023-03-09 09:59:46 +01:00
fe_utils
include Allow tailoring of ICU locales with custom rules 2023-03-08 16:56:37 +01:00
interfaces Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 2023-03-09 15:09:45 +09:00
makefiles
pl Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
port
template
test For Kerberos testing, disable reverse DNS lookup 2023-03-09 10:32:49 -05:00
timezone
tools meson: Add target for installing test files & improve install_test_files 2023-03-08 11:12:10 -08:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
meson.build
nls-global.mk