1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Fixed cord tunneled access for rdp

This commit is contained in:
Adolfo Gómez García 2017-03-15 09:57:13 +01:00
parent 8054f088b9
commit fad5eca5b9

View File

@ -98,7 +98,7 @@ else:
if '{m.password}' != '':
url += ':' + urllib.quote('{m.password}')
url += '@'
url += '127.0.0.1:3389/'
url += '127.0.0.1:{{}}/'.format(port)
if domain != '':
url += domain