[krbdev.mit.edu #8911] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Fri May 29 18:46:24 2020: Request 8911 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8911 > 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. https://github.com/krb5/krb5/commit/edf56aad3eb7787540252e92177f672aa6e4a407 Author: Greg Hudson <[email protected]> Commit: edf56aad3eb7787540252e92177f672aa6e4a407 Branch: master doc/admin/appl_servers.rst | 14 +++---- doc/admin/conf_files/krb5_conf.rst | 9 ++-- doc/admin/princ_dns.rst | 50 +++++++++++++--------- src/kadmin/testing/proto/krb5.conf.proto | 8 ++-- src/kadmin/testing/scripts/env-setup.shin | 4 +- src/kadmin/testing/scripts/init_db | 3 +- src/kadmin/testing/scripts/start_servers | 3 +- src/kadmin/testing/scripts/start_servers_local | 2 +- src/lib/kadm5/unit-test/api.current/init-v2.exp | 6 +-- src/lib/krb5/krb/init_ctx.c | 2 +- src/tests/dejagnu/config/default.exp | 5 +- src/tests/t_sn2princ.py | 5 +- src/util/k5test.py | 25 +++--------- 13 files changed, 61 insertions(+), 75 deletions(-)