krb5 commit: Enable KDC TCP listener by default
Tom Yu
tlyu at mit.edu
Wed Sep 17 11:10:13 EDT 2014
https://github.com/krb5/krb5/commit/8d88e2ab00be126237569dc72827ced2ce6b7d04
commit 8d88e2ab00be126237569dc72827ced2ce6b7d04
Author: Tom Yu <tlyu at mit.edu>
Date: Tue Sep 16 14:15:47 2014 -0400
Enable KDC TCP listener by default
Make the KDC default to listening on TCP.
ticket: 6731
target_version: 1.13
tags: pullup
src/include/osconf.hin | 2 +-
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.
More information about the cvs-krb5
mailing list