]> 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>
Tue, 16 Sep 2014 18:15:47 +0000 (14:15 -0400)
Make the KDC default to listening on TCP.

ticket: 6731
target_version: 1.13
tags: pullup

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.