For Kerberos testing, disable DNS lookups

Stephen Frost <sfrost@snowman.net>

Commit: 0a46b2f89e188c9139fc095c0da0c145bec12f3d
Author: Stephen Frost <sfrost@snowman.net>
Date: 2023-04-07T23:36:12Z
Releases: 14.8
For Kerberos testing, disable DNS lookups

Similar to 8dff2f224, this disables DNS lookups by the Kerberos library
to look up the KDC and the realm while the Kerberos tests are running.
In some environments, these lookups can take a long time and end up
timing out and causing tests to fail.  Further, since this isn't really
our domain, we shouldn't be sending out these DNS requests during our
tests.

Files

PathChange+/−
src/test/kerberos/t/001_auth.pl modified +7 −0