]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Reboot after KfW installs to help the LSA cache
authorBen Kaduk <kaduk@mit.edu>
Mon, 11 May 2015 17:08:42 +0000 (13:08 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 13 May 2015 20:51:33 +0000 (16:51 -0400)
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

index e18e6b3a71e137edcf7d11d823f1c648fb2b45bc..26aec94b10366079790c577a12e14d6a71f1362f 100755 (executable)
         <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 -->