From: | ghudson@mit.edu |
Subject: | git commit |
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.
https://github.com/krb5/krb5/commit/15f8c4fd7d62d07ea2759a7b6d684c000430559e
Author: Greg Hudson <ghudson@mit.edu>
Commit: 15f8c4fd7d62d07ea2759a7b6d684c000430559e
Branch: master
doc/admin/conf_files/krb5_conf.rst | 2 +-
doc/admin/princ_dns.rst | 26 +++++++++++++-------------
src/kadmin/testing/proto/krb5.conf.proto | 1 +
src/lib/krb5/krb/init_ctx.c | 2 +-
src/tests/dejagnu/config/default.exp | 1 +
src/util/k5test.py | 1 +
6 files changed, 18 insertions(+), 15 deletions(-)