[krbdev.mit.edu #8855] git commit

Greg Hudson via RT rt-comment at KRBDEV-PROD-APP-1.mit.edu
Fri Dec 6 13:02:58 EST 2019


Fri Dec 06 13:02:58 2019: Request 8855 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8855 >



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.

https://github.com/krb5/krb5/commit/996353767fe8afa7f67a3b5b465e4d70e18bad7c
Author: Greg Hudson <ghudson at mit.edu>
Commit: 996353767fe8afa7f67a3b5b465e4d70e18bad7c
Branch: master
 doc/admin/conf_files/krb5_conf.rst |    9 +++++++
 src/include/k5-int.h               |    1 +
 src/lib/krb5/os/dnsglue.c          |   23 +++++++++++++++++++
 src/lib/krb5/os/os-proto.h         |    2 +
 src/lib/krb5/os/sn2princ.c         |   43 +++++++++++++++++++++++++++++++++++-
 src/tests/gssapi/t_ccselect.py     |    5 ++-
 src/tests/t_sn2princ.py            |   12 ++++++---
 src/util/k5test.py                 |   34 +++++++++++++++-------------
 8 files changed, 106 insertions(+), 23 deletions(-)



More information about the krb5-bugs mailing list