aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2014-09-16 14:15:47 -0400
committerTom Yu <tlyu@mit.edu>2014-09-18 09:50:22 -0400
commit4f9527a45f80a483675beb2f61b46a51ac186284 (patch)
tree781f1397c5c6bb57c32b9972204b821ab08539bc /src/include
parentf744357cb51b03ce861613f84ae198bb92ceeca7 (diff)
downloadkrb5-4f9527a45f80a483675beb2f61b46a51ac186284.zip
krb5-4f9527a45f80a483675beb2f61b46a51ac186284.tar.gz
krb5-4f9527a45f80a483675beb2f61b46a51ac186284.tar.bz2
Enable KDC TCP listener by default
Make the KDC default to listening on TCP. (cherry picked from commit 8d88e2ab00be126237569dc72827ced2ce6b7d04) ticket: 6731
Diffstat (limited to 'src/include')
-rw-r--r--src/include/osconf.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/osconf.hin b/src/include/osconf.hin
index 62aceea..6f28bc3 100644
--- a/src/include/osconf.hin
+++ b/src/include/osconf.hin
@@ -90,7 +90,7 @@
#define DEFAULT_KPASSWD_PORT 464
#define DEFAULT_KDC_UDP_PORTLIST "88,750"
-#define DEFAULT_KDC_TCP_PORTLIST ""
+#define DEFAULT_KDC_TCP_PORTLIST "88"
/*
* Defaults for the KADM5 admin system.