]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow user to restrict KDC to specific addresses
authorSarah Day <sarahday@mit.edu>
Wed, 23 Dec 2015 20:01:44 +0000 (15:01 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 18 Jul 2016 15:22:48 +0000 (11:22 -0400)
commit5f53d6cfb2cdc2e666a3fd2fe4f3ef21aa8258ae
tree83a076977a521941a1e1ebfc5ed6ec1420c50c5d
parentaa91cb5dbbd4356c7a9069f4f52a10f70d91bc00
Allow user to restrict KDC to specific addresses

krb5kdc has always only supported binding to the wildcard addresses.
Add two configuration options to allow specifying the address/port
that krb5kdc listens on for UDP and TCP connections.

[ghudson@mit.edu: edited documentation; preserved kdc_ports = ""
behavior; made kdc_ports and kdc_tcp_ports continue to work in
kdcdefaults section]

ticket: 1093
doc/admin/conf_files/kdc_conf.rst
doc/admin/install_kdc.rst
doc/admin/pkinit.rst
src/config-files/kdc.conf
src/include/k5-int.h
src/kadmin/testing/proto/kdc.conf.proto
src/kdc/main.c
src/kdc/realm_data.h
src/man/kdc.conf.man
src/tests/dejagnu/config/default.exp
src/util/k5test.py