]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Enable KDC TCP listener by default
authorTom Yu <tlyu@mit.edu>
Tue, 16 Sep 2014 18:15:47 +0000 (14:15 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 18 Sep 2014 13:50:22 +0000 (09:50 -0400)
Make the KDC default to listening on TCP.

(cherry picked from commit 8d88e2ab00be126237569dc72827ced2ce6b7d04)

ticket: 6731

src/include/osconf.hin

index 62aceeaa46c15104df010c63659fc624e0da1331..6f28bc3d695ff65a3855bbbc97e7ee6db49795b7 100644 (file)
@@ -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.