[rdg] fix PAA Rdg-Auth-Scheme header

This commit is contained in:
akarl10 2022-11-22 14:38:06 +01:00 committed by akallabeth
parent af64cccae2
commit 108e52192e

View File

@ -2744,6 +2744,8 @@ rdpRdg* rdg_new(rdpContext* context)
if (!http_context_set_rdg_auth_scheme(rdg->http, "PAA"))
goto rdg_alloc_error;
break;
case HTTP_EXTENDED_AUTH_SSPI_NTLM:
if (!http_context_set_rdg_auth_scheme(rdg->http, "SSPI_NTLM"))
goto rdg_alloc_error;