[
https://issues.apache.org/jira/browse/VCL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169668#comment-14169668
]
ASF subversion and git services commented on VCL-253:
-----------------------------------------------------
Commit 1631498 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1631498 ]
VCL-253 - Allow users to specify RDP port
xmlrpcWrappers.php: modified XMLRPCgetRequestConnectData: if not using NAT,
connectmethod is RDP, and connectmethodport is 3389, set port to user's rdp
port instead of connectmethod port
utils.php: modified sendRDPfile: if not using NAT and port is 3389 and user has
specified a different RDP port, add the user's RDP port to the 'full address'
userpreferences.php: modified processUserPrefsInput: use 3389 as the default
port instead of user's specified port - this allows the user to enter an empty
string to get 3389 as the default; added a check that prevents user from
changing RDP port if user has active reservations
requests.php: modified AJconnectRequest: if not using NAT, connectmethod is
RDP, and connectmethodport is 3389, set port to user's rdp port instead of
connectmethod port
> Allow users to specify RDP port
> -------------------------------
>
> Key: VCL-253
> URL: https://issues.apache.org/jira/browse/VCL-253
> Project: VCL
> Issue Type: New Feature
> Components: database, vcld (backend), web gui (frontend)
> Reporter: Andy Kurth
> Assignee: Andy Kurth
> Priority: Minor
> Fix For: 2.4
>
>
> It would be beneficial if users could specify the RDP port used when
> connecting to Windows images in case the default port (3389) is blocked by a
> firewall.
> Tasks that need to be done:
> -Add rdpport column to user table
> -Add code to Windows modules to check the user setting and configure the
> registry to use the custom port, open the custom firewall port instead of the
> default, and set it back to the default when reclaimed
> -Add configuration field to web frontend user preferences
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)