[28914] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

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

daemon@ATHENA.MIT.EDU (Tom Yu)
Wed May 13 17:07:29 2015

Date: Wed, 13 May 2015 17:06:20 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201505132106.t4DL6KhU005455@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/911bffcf9a1acd831d4ecf1eeab36e1081f01d80
commit 911bffcf9a1acd831d4ecf1eeab36e1081f01d80
Author: Ben Kaduk <kaduk@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 -->
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post