feat(connector): allow clients to specify the x224 nego request data (#580)

The previous code would (correctly) set a cookie containining the
username, but only when using username/password credentials. When
smart card credentials are used, the cookie would always contain
the empty string.
This commit is contained in:
Zac Bergquist 2024-11-19 18:44:40 -07:00 committed by GitHub
parent 294af1cc5c
commit 36da11c02e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 3 deletions

View file

@ -860,6 +860,7 @@ fn build_config(
platform: ironrdp::pdu::rdp::capability_sets::MajorPlatformType::UNSPECIFIED,
no_server_pointer: false,
autologon: false,
request_data: None,
pointer_software_rendering: false,
performance_flags: PerformanceFlags::default(),
desktop_scale_factor: 0,