From 2ecba2452ab53e13f138b03b64df8f9a91e87284 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Sat, 28 Jul 2012 08:14:24 -0400 Subject: [PATCH] Put athena-specific krb5.ini in athena subdir The installer only picks it up if MIT_INTERNAL is defined in the environment; otherwise it uses the now-empty krb5.ini in the base directory. Signed-off-by: Kevin Wasserman ticket: 7323 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/installer/wix/athena/krb5.ini | 3 +++ src/windows/installer/wix/config.wxi | 7 ++++++- src/windows/installer/wix/krb5.ini | 3 --- src/windows/installer/wix/site-local.wxi | 12 ------------ 4 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 src/windows/installer/wix/athena/krb5.ini diff --git a/src/windows/installer/wix/athena/krb5.ini b/src/windows/installer/wix/athena/krb5.ini new file mode 100644 index 0000000000..681ed65a31 --- /dev/null +++ b/src/windows/installer/wix/athena/krb5.ini @@ -0,0 +1,3 @@ +[libdefaults] + default_realm = ATHENA.MIT.EDU + allow_weak_crypto = true diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 806fe36f21..40bdb7ccab 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -58,7 +58,12 @@ - + + + + + + diff --git a/src/windows/installer/wix/krb5.ini b/src/windows/installer/wix/krb5.ini index 681ed65a31..e69de29bb2 100644 --- a/src/windows/installer/wix/krb5.ini +++ b/src/windows/installer/wix/krb5.ini @@ -1,3 +0,0 @@ -[libdefaults] - default_realm = ATHENA.MIT.EDU - allow_weak_crypto = true diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi index c3ebc02b07..7a650694b8 100644 --- a/src/windows/installer/wix/site-local.wxi +++ b/src/windows/installer/wix/site-local.wxi @@ -38,9 +38,6 @@ - - - @@ -69,10 +66,6 @@ - - - - @@ -91,11 +84,6 @@ - - - - - -- 2.47.3