]> git.ipfire.org Git - thirdparty/krb5.git/commit
Revert dns_canonicalize_hostname default to true
authorGreg Hudson <ghudson@mit.edu>
Mon, 21 Dec 2020 15:25:58 +0000 (10:25 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 8 Jan 2021 17:27:00 +0000 (12:27 -0500)
commita38ffbd2498d35baa07658df62b25c7da220d8f1
treee7467cea9dc61786eb87d149a1c275f611da063f
parent196be3c474881dcaf76332375c1dffbd3a9140f6
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
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