"LsaLogonUser" method to log a user on to the local computer using Kerberos ticket
- From: MADHUKAR ROCKER <earthlyhero@xxxxxxxxx>
- Date: 16 May 2007 22:58:36 -0700
Hello,
In windows we have "LogonUser" function which attempts to log a user
on to the local computer.
We specify the user with a user name and domain and authenticate the
user with a plaintext password.
If the function succeeds, you receive a handle to a token that
represents the logged-on user.
You can then use this token handle to impersonate the specified
user.
Is there any Windows API to LogonUser/impersonate user using Kerberos
ticket without providing password?
This is required for Single Sign-on feature.
I came across one Windows API "LsaLogonUser" which takes Kerberos
ticket.
But i am not sure whether this is the right API to use.
Can i use "LsaLogonUser" method to log a user on to the local computer
using Kerberos ticket?
Does anyone have sample code for "LsaLogonUser" method?
Thanks
MADHUKAR
.
- Follow-Ups:
- Prev by Date: RE: custom privileges
- Next by Date: Re: Importing a x509 certificate with only a public key
- Previous by thread: custom privileges
- Next by thread: Re: "LsaLogonUser" method to log a user on to the local computer using Kerberos ticket
- Index(es):
Relevant Pages
|
|