mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:31:45 +00:00
[LSASRV] LsapLogonUser creates an impersonation token for a network logon
This commit is contained in:
parent
a7b52d6a44
commit
fc2b4bc7ea
1 changed files with 1 additions and 1 deletions
|
@ -1570,7 +1570,7 @@ LsapLogonUser(PLSA_API_MSG RequestMsg,
|
|||
Status = NtCreateToken(&TokenHandle,
|
||||
TOKEN_ALL_ACCESS,
|
||||
&ObjectAttributes,
|
||||
TokenPrimary,
|
||||
(RequestMsg->LogonUser.Request.LogonType == Network) ? TokenImpersonation : TokenPrimary,
|
||||
&RequestMsg->LogonUser.Reply.LogonId,
|
||||
&TokenInfo1->ExpirationTime,
|
||||
&TokenInfo1->User,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue