You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have just started to migrate my environments from an old version (v16.5.7) up to the newest release. Now I have noticed a strange behaviour. When I try to connect with Windows to a RDP server using the "pre-login" feature some special characters like \ were removed. This leads to usernames like "localhostadmin" instead of "localhost\admin".
In my opinion the issues is caused by using the shlex.split command in the function connect_endpoint in connect.py since version 16.9.18. Is there a possibility to fix it?
The text was updated successfully, but these errors were encountered:
Hello
I have just started to migrate my environments from an old version (v16.5.7) up to the newest release. Now I have noticed a strange behaviour. When I try to connect with Windows to a RDP server using the "pre-login" feature some special characters like \ were removed. This leads to usernames like "localhostadmin" instead of "localhost\admin".
In my opinion the issues is caused by using the shlex.split command in the function connect_endpoint in connect.py since version 16.9.18. Is there a possibility to fix it?
The text was updated successfully, but these errors were encountered: