mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:16:49 +00:00
[LSA][SECUR32] Check for untrusted clients
Calls to LsapCallAuthenticationPackage are routed to LsaApCallPackageUntrusted instead of LsaApCallPackage for untrusted clients.
This commit is contained in:
parent
ba43d1e839
commit
a66c7d2ecc
5 changed files with 83 additions and 8 deletions
|
@ -35,6 +35,7 @@ typedef struct _LSA_CONNECTION_INFO
|
|||
ULONG Length;
|
||||
CHAR LogonProcessNameBuffer[LSASS_MAX_LOGON_PROCESS_NAME_LENGTH + 1];
|
||||
BOOL CreateContext;
|
||||
BOOL Untrusted;
|
||||
} LSA_CONNECTION_INFO, *PLSA_CONNECTION_INFO;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue