]> git.ipfire.org Git - thirdparty/krb5.git/commit
Default dns_canonicalize_hostname to "fallback"
authorGreg Hudson <ghudson@mit.edu>
Wed, 27 May 2020 22:48:35 +0000 (18:48 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 29 May 2020 21:49:36 +0000 (17:49 -0400)
commitedf56aad3eb7787540252e92177f672aa6e4a407
tree5fd99add48656bd3f5cc002e21bb788f8a92ced4
parent00ec898a60ec6d1fb897d49d5db883471bd07cc8
Default dns_canonicalize_hostname to "fallback"

This change should mitigate some of the pain caused by the rdns=true
default (generally associated with unwanted PTR records that cannot
easily be changed), with a minimum of fallout.

Update the documentation and tests accordingly.  In test environments,
disable qualify_shortname and use the uncanonicalized system hostname
(lowercased) to match the initial sn2princ result.

ticket: 8911 (new)
13 files changed:
doc/admin/appl_servers.rst
doc/admin/conf_files/krb5_conf.rst
doc/admin/princ_dns.rst
src/kadmin/testing/proto/krb5.conf.proto
src/kadmin/testing/scripts/env-setup.shin
src/kadmin/testing/scripts/init_db
src/kadmin/testing/scripts/start_servers
src/kadmin/testing/scripts/start_servers_local
src/lib/kadm5/unit-test/api.current/init-v2.exp
src/lib/krb5/krb/init_ctx.c
src/tests/dejagnu/config/default.exp
src/tests/t_sn2princ.py
src/util/k5test.py