mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
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:
parent
294af1cc5c
commit
36da11c02e
6 changed files with 13 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue