svn rev #19296: trunk/src/windows/kfwlogon/

jaltman@MIT.EDU jaltman at MIT.EDU
Wed Mar 28 14:03:46 EDT 2007


Commit By: jaltman
Log Message: 
ticket: new
subject: KFW: problems with non-interactive logons
component: windows
tags: pullup

Non-interactive logons cause two problems:

(1) on XP/2003 the logon event handlers do not get triggered and on 
    all platforms the LogonScript does not get executed.
    As a result, ccache files are not deleted.
(2) on all platforms, accessing the credential cache causes 
    krbcc32s.exe to be spawned.  This process never terminates.

This patch tests for interactive logons.  If the logon is not
interactive, the Network Provider exits immediately.





Changed Files:
U   trunk/src/windows/kfwlogon/kfwlogon.c



More information about the cvs-krb5 mailing list