krb5 commit [krb5-1.13]: Enable KDC TCP listener by default
Tom Yu
tlyu at mit.edu
Thu Sep 18 09:51:40 EDT 2014
https://github.com/krb5/krb5/commit/4f9527a45f80a483675beb2f61b46a51ac186284
commit 4f9527a45f80a483675beb2f61b46a51ac186284
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.
(cherry picked from commit 8d88e2ab00be126237569dc72827ced2ce6b7d04)
ticket: 6731
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