summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-07-30 09:46:24 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-29 14:50:20 -0400
commit5ea045032d10d3c472d648a02a8010ec9db1d382 (patch)
tree80a2fd5d389da1e85fda90abaa7f9e6193752be7 /src
parent2ecba2452ab53e13f138b03b64df8f9a91e87284 (diff)
downloadkrb5-5ea045032d10d3c472d648a02a8010ec9db1d382.tar.gz
krb5-5ea045032d10d3c472d648a02a8010ec9db1d382.tar.xz
krb5-5ea045032d10d3c472d648a02a8010ec9db1d382.zip
Always install krb5.ini in KfW 4.0 installer
Pre-existing krb5.ini files from old kfw versions will be overridden due to the new search path, but not removed. This is the desired behavior since old krb5.ini files are far more likely to cause problems than to contain useful data. Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7324 (new) queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src')
-rw-r--r--src/windows/installer/wix/files.wxi1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi
index ff231be50c..5a9b5114e6 100644
--- a/src/windows/installer/wix/files.wxi
+++ b/src/windows/installer/wix/files.wxi
@@ -462,7 +462,6 @@
<Directory Id="APPDATAMITDIR" Name="MIT">
<Directory Id="APPDATAKERBEROS5DIR" Name="Kerberos5">
<Component Win64="$(var.Win64)" Id="cmf_krb5_ini" Guid="C1AF0670-BBF1-4AA6-B2A6-6C8B1584A1F4" NeverOverwrite="yes" Permanent="yes" DiskId="1">
- <Condition>NOT SYSTEMKRB5INI</Condition>
<File Id="fil_krb5_ini" Name="krb5.ini" src="$(var.ConfigDir)krb5.ini" KeyPath="yes" />
<CreateFolder/>
</Component>