From d2b76e1ba0f4bb0ec7e560a9a681d938f45f950c Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Thu, 21 Aug 2014 17:33:11 -0400 Subject: [PATCH] Add some KDC entries to the registry via WiX Though our library happily uses DNS, I can't get Windows to successfully contact KDCs found through the SRV records. So, we do need to stay in the business of shipping around KDC entries, after all. ticket: 7999 (new) queue: kfw tags: pullup target_version: 1.12.3 --- src/windows/installer/wix/files.wxi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 02cb830150..01879ca319 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -139,6 +139,19 @@ + + + kerberos.mit.edu + kerberos-1.mit.edu + kerberos-2.mit.edu + + + + + kerberos-1.mit.edu + kerberos-2.mit.edu + + -- 2.47.2