wallix / redemption

A GPL RDP proxy
GNU General Public License v2.0
213 stars 88 forks source link

Future branch bugs #168

Closed rzbsh closed 1 year ago

rzbsh commented 1 year ago

Hi,

I tried to use Future branch but had many problems like python function in passthrough.py didn't return expected value, rdpproxy couldn't make directory to save the captured videos, and some other problems. It needs some modifications to works. But maintenance_bastion_10.4 works out of the box. Did I miss something or it's just like that?

rzbsh commented 1 year ago

passthrough.py line 244 clears the password. if len(splitted) == 2: login = splitted[0] host = splitted[1] device = host password = ''

jonathanpoelen commented 1 year ago

Indeed, this is not a good idea outside of internal modules. I've just made a change for that.

As passthrough.py is now usable, I'm closing this issue.