aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2015-05-11 13:08:42 -0400
committerTom Yu <tlyu@mit.edu>2015-05-13 16:51:33 -0400
commit911bffcf9a1acd831d4ecf1eeab36e1081f01d80 (patch)
tree7654ed96cb25278e86d892b09df4972a8f24bac1 /src
parent40ae85907a4c00d76b82b48aec88465f2a9400c7 (diff)
downloadkrb5-911bffcf9a1acd831d4ecf1eeab36e1081f01d80.zip
krb5-911bffcf9a1acd831d4ecf1eeab36e1081f01d80.tar.gz
krb5-911bffcf9a1acd831d4ecf1eeab36e1081f01d80.tar.bz2
Reboot after KfW installs to help the LSA cache
It seems that we need to restart in order to be able to query the contents of the the LSA cache, even if the only contents of the LSA cache are what we put there, and even if the Microsoft klist.exe correctly reports the presence of tickets in the LSA cache. (cherry picked from commit 50a3c3cbeab32577fba2b21deb72a64015c48ec7) ticket: 8176 version_fixed: 1.13.3 status: resolved
Diffstat (limited to 'src')
-rwxr-xr-xsrc/windows/installer/wix/kfw.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/installer/wix/kfw.wxs b/src/windows/installer/wix/kfw.wxs
index e18e6b3..26aec94 100755
--- a/src/windows/installer/wix/kfw.wxs
+++ b/src/windows/installer/wix/kfw.wxs
@@ -184,6 +184,7 @@
<Custom Action="RollbackNetProvider" After="EnableTgtSessionKey">&amp;feaKfwClient=3</Custom>
<Custom Action="InstallNetProvider" After="RollbackNetProvider">&amp;feaKfwClient=3</Custom>
<Custom Action="RemoveNetProvider" After="InstallNetProvider">&amp;feaKfwClient=2</Custom>
+ <ScheduleReboot After="InstallFinalize" />
</InstallExecuteSequence>
<!-- Upgrade paths -->