When using rdesktop with CredSSP against a Windows 2008 R2 server, it is not possible to send a non-ASCII username or password via RDP. This has been verified with: thinlinc-rdesktop-4.1.0-3996.x86_64.rpm thinlinc-rdesktop-4.1.1-4137.x86_64.rpm thinlinc-rdesktop-4.2.0-4347.x86_64.rpm It works without CredSSP (ie after kdestroy).
Fixed in upstream commit r1800.
Upstream commit r1801 make sure that all strings in cssp.c is written using rdp_out_unistr(). Tester need to test CredSSP SSO using password and smartcard.
Brought to ctc in vendor drop 29021.
*** Bug 5236 has been marked as a duplicate of this bug. ***
There are issues with rdp_out_unistr() that needs to be fixed.
(In reply to comment #5) > There are issues with rdp_out_unistr() that needs to be fixed. Added bug #5253 for rewrite of rdp_out_unistr() and it's usage.
Works well. Tested using a username and password containing the swedish "å" against build 4506, with windows 2008 r2 server.