Skip to content

Commit

Permalink
Enable KDC TCP listener by default
Browse files Browse the repository at this point in the history
Make the KDC default to listening on TCP.

ticket: 6731
target_version: 1.13
tags: pullup
  • Loading branch information
tlyu committed Sep 16, 2014
1 parent 76a16d2 commit 8d88e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/osconf.hin
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d88e2a

Please sign in to comment.