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
|
@ -223,6 +223,7 @@ fn build_config(username: String, password: String, domain: Option<String>) -> c
|
|||
|
||||
// Disable custom pointers (there is no user interaction anyway)
|
||||
no_server_pointer: true,
|
||||
request_data: None,
|
||||
autologon: false,
|
||||
pointer_software_rendering: true,
|
||||
performance_flags: PerformanceFlags::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue