change kdc tcp port to listen only localhost
This commit is contained in:
parent
f2934aef91
commit
e1311e7ccc
1 changed files with 2 additions and 1 deletions
|
@ -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 }} = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue