Make "kerberos" test suite independent of "localhost" name resolution.

Noah Misch <noah@leadboat.com>

Commit: e61f21b921aebc0870d3ac47f77fc17e75e2fefb
Author: Noah Misch <noah@leadboat.com>
Date: 2018-08-04T03:53:25Z
Releases: 12.0
Make "kerberos" test suite independent of "localhost" name resolution.

This suite malfunctioned if the canonical name of "localhost" was
something other than "localhost", such as "localhost.localdomain".  Use
hostaddr=127.0.0.1 and a fictitious host=, so the resolver's answers for
"localhost" don't affect the outcome.  Back-patch to v11, which
introduced this test suite.

Discussion: https://postgr.es/m/20180801050903.GA1392916@rfd.leadboat.com

Files

PathChange+/−
src/test/kerberos/t/001_auth.pl modified +12 −8

Discussion