[LSA][SECUR32] Check for untrusted clients

Calls  to LsapCallAuthenticationPackage are routed to LsaApCallPackageUntrusted instead of LsaApCallPackage for  untrusted clients.
This commit is contained in:
Eric Kohl 2019-09-17 12:58:11 +02:00
parent ba43d1e839
commit a66c7d2ecc
5 changed files with 83 additions and 8 deletions

View file

@ -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;