Vikas Gandhi wrote: > In function IsKerberosLogon() > if ( !lstrcmp(L"Kerberos",buffer) ) > Success = TRUE; > The value of buffer in NTLM so success is false. > If you logon session is not authenticated with Kerberos but with NTLM, how are you obtaining tickets for display by microsoft's "kinit.exe tgt"?