aboutsummaryrefslogtreecommitdiff
path: root/src/tests/dejagnu/config/default.exp
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2020-12-21 10:25:58 -0500
committerGreg Hudson <ghudson@mit.edu>2021-01-08 12:27:00 -0500
commita38ffbd2498d35baa07658df62b25c7da220d8f1 (patch)
treee7467cea9dc61786eb87d149a1c275f611da063f /src/tests/dejagnu/config/default.exp
parent196be3c474881dcaf76332375c1dffbd3a9140f6 (diff)
downloadkrb5-a38ffbd2498d35baa07658df62b25c7da220d8f1.zip
krb5-a38ffbd2498d35baa07658df62b25c7da220d8f1.tar.gz
krb5-a38ffbd2498d35baa07658df62b25c7da220d8f1.tar.bz2
Revert dns_canonicalize_hostname default to true
Field testing of dns_canonicalize_hostname=fallback (ticket 8911) revealed more disruptive edge cases than anticipated. Many were fixed by ticket 8930, but host-based GSS initiator names were recently discovered to not work, and one other edge case could not be resolved without a change to external code. Restore the default to true for now. Set the value to fallback in the test suite, to continue testing the desired configuration and to avoid restoring tests/resolve. (cherry picked from commit 15f8c4fd7d62d07ea2759a7b6d684c000430559e) ticket: 8973 version_fixed: 1.19
Diffstat (limited to 'src/tests/dejagnu/config/default.exp')
-rw-r--r--src/tests/dejagnu/config/default.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp
index 619fcce..85bbf47 100644
--- a/src/tests/dejagnu/config/default.exp
+++ b/src/tests/dejagnu/config/default.exp
@@ -743,6 +743,7 @@ proc setup_krb5_conf { {type client} } {
puts $conffile "\[libdefaults\]"
puts $conffile " default_realm = $REALMNAME"
puts $conffile " dns_lookup_kdc = false"
+ puts $conffile " dns_canonicalize_hostname = fallback"
puts $conffile " qualify_shortname = \"\""
if [info exists allow_weak_crypto($type)] {
puts $conffile " allow_weak_crypto = $allow_weak_crypto($type)"