krb5 commit [krb5-1.13]: Reboot after KfW installs to help the LSA cache

Tom Yu tlyu at mit.edu
Wed May 13 17:06:20 EDT 2015


https://github.com/krb5/krb5/commit/911bffcf9a1acd831d4ecf1eeab36e1081f01d80
commit 911bffcf9a1acd831d4ecf1eeab36e1081f01d80
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.
    
    (cherry picked from commit 50a3c3cbeab32577fba2b21deb72a64015c48ec7)
    
    ticket: 8176
    version_fixed: 1.13.3
    status: resolved

 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">&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 -->


More information about the cvs-krb5 mailing list