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.

(cherry picked from commit 8d88e2a)

ticket: 6731
  • Loading branch information
tlyu committed Sep 18, 2014
1 parent f744357 commit 4f9527a
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 4f9527a

Please sign in to comment.