krb5 commit: Reboot after KfW installs to help the LSA cache
Benjamin Kaduk
kaduk at mit.edu
Mon May 11 14:56:18 EDT 2015
https://github.com/krb5/krb5/commit/50a3c3cbeab32577fba2b21deb72a64015c48ec7
commit 50a3c3cbeab32577fba2b21deb72a64015c48ec7
Author: Ben Kaduk <kaduk at mit.edu>
Date: Mon May 11 13:08:42 2015 -0400
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.
ticket: 8176 (new)
queue: kfw
tags: pullup
target_version: 1.13.3
src/windows/installer/wix/kfw.wxs | 1 +
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">&feaKfwClient=3</Custom>
<Custom Action="InstallNetProvider" After="RollbackNetProvider">&feaKfwClient=3</Custom>
<Custom Action="RemoveNetProvider" After="InstallNetProvider">&feaKfwClient=2</Custom>
+ <ScheduleReboot After="InstallFinalize" />
</InstallExecuteSequence>
<!-- Upgrade paths -->
More information about the cvs-krb5
mailing list