mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 13:34:43 +02:00
Merge branch 'fix-domw-NULL' into L1-Prod
This commit is contained in:
commit
4ade05af67
@ -253,6 +253,11 @@ process_custom_lsa_auth(char* user, const char* pwd, char* lsa_pkg)
|
||||
*tmp = L'\0';
|
||||
}
|
||||
|
||||
if (domw == NULL) {
|
||||
debug("no domain found");
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* call into LSA provider , get and duplicate token */
|
||||
InitLsaString(&logon_process_name, "sshd");
|
||||
InitLsaString(&lsa_auth_package_name, lsa_pkg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user