1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +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 os
__updated__ = '2015-05-18'
__updated__ = '2015-08-31'
class RDPFile(object):
@ -88,7 +88,7 @@ class RDPFile(object):
Parameters for xfreerdp >= 1.1.0 with self rdp description
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:
params.append('/smartcard')