[krbdev.mit.edu #9152] git commit

"Greg Hudson via RT" <[email protected]> Thu, 12 Dec 2024 19:50:39 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Thu Dec 12 19:50:38 2024: Request 9152 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=9152 >



Default kdc_tcp_listen to kdc_listen value

If kdc_tcp_listen is not specified in the realm or in [kdcdefaults],
use the same listeners as were given for UDP instead of separately
defaulting to port 88.  This change makes the kdc_listen and
kpasswd_listen more consistent, while still allowing UDP and TCP
listening to be separately configured when required for the KDC.

https://github.com/krb5/krb5/commit/9cebfc375e27a060058eba1cff75b9ddafaf3460
Author: Greg Hudson <[email protected]>
Commit: 9cebfc375e27a060058eba1cff75b9ddafaf3460
Branch: master
 doc/admin/conf_files/kdc_conf.rst | 21 +++++--------
 src/include/osconf.hin            |  3 +-
 src/kdc/main.c                    | 63 ++++++++++++++++++---------------------
 3 files changed, 38 insertions(+), 49 deletions(-)