]> git.ipfire.org Git - thirdparty/krb5.git/commit
Qualify short hostnames when not using DNS 1010/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 30 Nov 2019 01:39:38 +0000 (20:39 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 6 Dec 2019 16:33:09 +0000 (11:33 -0500)
commit996353767fe8afa7f67a3b5b465e4d70e18bad7c
tree4c4ce2e6339b06803a52ed370c0c5e62c647878b
parent81e47875e3de0e52fbb11d61ef30a9406497af73
Qualify short hostnames when not using DNS

When DNS forward canonicalization is turned off or fails, qualify
single-component hostnames with the first DNS search domain.  Add the
qualify_shortname relation to override this suffix.

For one of the tests we need to disable qualification, which is
accomplished with an empty value.  Adjust k5test.py to correctly emit
empty values when writing profiles.

ticket: 8855 (new)
doc/admin/conf_files/krb5_conf.rst
src/include/k5-int.h
src/lib/krb5/os/dnsglue.c
src/lib/krb5/os/os-proto.h
src/lib/krb5/os/sn2princ.c
src/tests/gssapi/t_ccselect.py
src/tests/t_sn2princ.py
src/util/k5test.py