1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00

Added /sec:rdp to xfreerdp call

This commit is contained in:
Adolfo Gómez García 2015-08-31 17:49:25 +02:00
parent 3dd2521408
commit 063b062913

View File

@ -40,7 +40,7 @@ from uds.core.util import OsDetector
import six import six
import os import os
__updated__ = '2015-05-18' __updated__ = '2015-08-31'
class RDPFile(object): class RDPFile(object):
@ -88,7 +88,7 @@ class RDPFile(object):
Parameters for xfreerdp >= 1.1.0 with self rdp description Parameters for xfreerdp >= 1.1.0 with self rdp description
Note that server is not added Note that server is not added
''' '''
params = ['/clipboard', '/t:UDS Connection', '/cert-ignore'] params = ['/clipboard', '/t:UDS Connection', '/cert-ignore', '/sec:rdp']
if self.redirectSmartcards: if self.redirectSmartcards:
params.append('/smartcard') params.append('/smartcard')