]> git.ipfire.org Git - thirdparty/krb5.git/commit
Revert dns_canonicalize_hostname default to true 1148/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 21 Dec 2020 15:25:58 +0000 (10:25 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 7 Jan 2021 02:22:31 +0000 (21:22 -0500)
commit15f8c4fd7d62d07ea2759a7b6d684c000430559e
tree9104f28c919d4df3030b452c49f4d1529729c0a9
parentdde43ffc6d0d19ff3fa080d86d4cddfcc152e421
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.

ticket: 8973 (new)
tags: pullup
target_version: 1.19
doc/admin/conf_files/krb5_conf.rst
doc/admin/princ_dns.rst
src/kadmin/testing/proto/krb5.conf.proto
src/lib/krb5/krb/init_ctx.c
src/tests/dejagnu/config/default.exp
src/util/k5test.py