From: | ghudson@mit.edu |
Subject: | git commit |
Remove port 750 from the KDC default ports
The KDC was still listening on port 750 despite the fact that
this functionality was supposed to have been removed in the
past. Remove port 750 from the list of UDP ports that the KDC
listens on. Also remove port 750 from the default ports that
the client connects to, and from example config fragments.
https://github.com/krb5/krb5/commit/624476e0350cde6c37078a808c7b6bceb6046c53
Author: Sarah Day <sarahday@mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 624476e0350cde6c37078a808c7b6bceb6046c53
Branch: master
doc/admin/admin_commands/krb5kdc.rst | 2 +-
doc/admin/conf_files/krb5_conf.rst | 2 +-
doc/admin/install_kdc.rst | 2 +-
doc/mitK5defaults.rst | 1 -
src/config-files/kdc.conf | 4 +-
src/config-files/services.append | 20 ---------------
src/include/osconf.hin | 6 +----
src/lib/krb5/os/locate_kdc.c | 43 ++++++++++++----------------------
src/lib/krb5/os/sendto_kdc.c | 3 +-
src/lib/krb5/os/t_locate_kdc.c | 3 +-
src/lib/krb5/os/td_krb5.conf | 2 +-
src/man/krb5.conf.man | 2 +-
src/man/krb5kdc.man | 2 +-
src/util/profile/test.ini | 4 +-
14 files changed, 28 insertions(+), 68 deletions(-)