Skip to content

Commit

Permalink
fix(tests): deactivate TCP port that was enabled by default.
Browse files Browse the repository at this point in the history
Since krb5 1.3 due to switch to Xenial.
  • Loading branch information
StephenSorriaux committed Feb 23, 2020
1 parent 7fd22bf commit d7bed55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init_krb5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ cat <<EOF >${WRK_DIR}/krb5.conf
kdc_listen = 127.0.0.1:${KDC_PORT}
kdc_tcp_listen = 127.0.0.1:${KDC_PORT}
kdc = 127.0.0.1:${KDC_PORT}
kdc_ports = ${KDC_PORT}
kdc_tcp_ports = ""
default_domain = KAZOOTEST.ORG
}
Expand Down

0 comments on commit d7bed55

Please sign in to comment.