mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 14:36:01 +08: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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user