change kdc tcp port to listen only localhost

This commit is contained in:
Timo Makinen 2019-05-29 03:19:45 +03:00
parent f2934aef91
commit e1311e7ccc

View file

@ -6,8 +6,9 @@
admin_server = SYSLOG admin_server = SYSLOG
[kdcdefaults] [kdcdefaults]
# listen udp port on localhost only # listen on localhost only
kdc_listen = 127.0.0.1:88 kdc_listen = 127.0.0.1:88
kdc_tcp_listen = 127.0.0.1:88
[realms] [realms]
{{ kerberos_realm }} = { {{ kerberos_realm }} = {