Closed viktor-evdokimov closed 9 years ago
In case I provide all parameters
rdpy-rdpclient.py -u **** -d **** -p **** -r log.txt server-ip
It worked on os x 10.9
Hello, Try to precise domain username and password. This is a bug because NLA want credentials to work. i need to add something to precise security layer in client.
in rdpy-rdpclient.py change line 118 self._security = rdp.SecurityLevel.RDP_LEVEL_NLA -> self._security = rdp.SecurityLevel.RDP_LEVEL_SSL
I will fixed it in next hotfix.
Sylvain
thanks!
Thanks. What is interesting, RDP clients opens and i it works fine so far, but i still has the same popup with error in the background.
Followed installation instructions.
on
Rdp window opens and I have a popup with this text:
And here is what I have in terminal:
pyqt installed via homebrew (brew install qt sip pyqt)
I did not expected it to work on os x 10.9 as you don't mentioned os x at all, but it was worth checking out. If it would've work for me, that going to be my replacement for CoRD as I cannot make changes to that, and contributing to python source code is actually an option.
Thank you for this project!