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 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(-)