]> git.ipfire.org Git - thirdparty/krb5.git/commit
Default kdc_tcp_listen to kdc_listen value 1398/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 2 Dec 2024 19:11:38 +0000 (14:11 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 12 Dec 2024 03:56:37 +0000 (22:56 -0500)
commit9cebfc375e27a060058eba1cff75b9ddafaf3460
tree2733740cec3cb94bc7f43dca76f29f07887368ed
parentd3e8ebc69e6b7044de1a8ef5835f62db86a07102
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.

ticket: 9152 (new)
doc/admin/conf_files/kdc_conf.rst
src/include/osconf.hin
src/kdc/main.c