[krbdev.mit.edu #9124] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon May 13 13:02:04 EDT 2024


Mon May 13 13:02:04 2024: Request 9124 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=9124 >



Support site-local KDC discovery via DNS

Add the sitename realm variable.  If set, service location via DNS
will be attempted using the site name as specified in [MS-ADTS]
6.3.2.3, falling back to regular discovery on failure.

[ghudson at mit.edu: made this strictly a realm variable; moved
k5_get_sitename() to locate_kdc.c and made it take a krb5_data input;
fixed a memory leak; corrected documentation changes; fleshed out
commit message]

https://github.com/krb5/krb5/commit/d035119c3b2b402f3ad49a4c7b6264826ea923bb
Author: Nicolas Williams <nico at cryptonector.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: d035119c3b2b402f3ad49a4c7b6264826ea923bb
Branch: master
 doc/admin/conf_files/krb5_conf.rst |  4 ++++
 doc/admin/realm_config.rst         | 10 ++++++++++
 src/include/k5-int.h               |  1 +
 src/lib/krb5/os/dnssrv.c           | 34 ++++++++++++++++++++++++++++------
 src/lib/krb5/os/locate_kdc.c       | 31 ++++++++++++++++++++++++++++---
 src/lib/krb5/os/os-proto.h         |  4 +++-
 6 files changed, 74 insertions(+), 10 deletions(-)



More information about the krb5-bugs mailing list