]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Reboot after KfW installs to help the LSA cache 279/head
authorBen Kaduk <kaduk@mit.edu>
Mon, 11 May 2015 17:08:42 +0000 (13:08 -0400)
committerBen Kaduk <kaduk@mit.edu>
Mon, 11 May 2015 18:54:10 +0000 (14:54 -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.

ticket: 8176 (new)
queue: kfw
tags: pullup
target_version: 1.13.3

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