Skip to content

Commit

Permalink
GUACAMOLE-1167: Add client support for choosing RDP gateway type.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Oct 17, 2024
1 parent bbede31 commit ccbaa27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
"name" : "gateway-port",
"type" : "NUMERIC"
},
{
"name" : "gateway-type",
"type" : "ENUM",
"options" : [ "", "rpc", "http", "auto" ]
},
{
"name" : "gateway-username",
"type" : "USERNAME"
Expand Down
6 changes: 6 additions & 0 deletions guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@
"FIELD_HEADER_GATEWAY_HOSTNAME" : "Hostname:",
"FIELD_HEADER_GATEWAY_PASSWORD" : "Password:",
"FIELD_HEADER_GATEWAY_PORT" : "Port:",
"FIELD_HEADER_GATEWAY_TYPE" : "Type:",
"FIELD_HEADER_GATEWAY_USERNAME" : "Username:",
"FIELD_HEADER_HEIGHT" : "Height:",
"FIELD_HEADER_HOSTNAME" : "Hostname:",
Expand Down Expand Up @@ -672,6 +673,11 @@
"FIELD_OPTION_COLOR_DEPTH_8" : "256 color",
"FIELD_OPTION_COLOR_DEPTH_EMPTY" : "",

"FIELD_OPTION_GATEWAY_TYPE_AUTO" : "Auto-select type",
"FIELD_OPTION_GATEWAY_TYPE_HTTP" : "HTTP gateway",
"FIELD_OPTION_GATEWAY_TYPE_EMPTY" : "",
"FIELD_OPTION_GATEWAY_TYPE_RPC" : "RPC gateway",

"FIELD_OPTION_RESIZE_METHOD_DISPLAY_UPDATE" : "\"Display Update\" virtual channel (RDP 8.1+)",
"FIELD_OPTION_RESIZE_METHOD_EMPTY" : "",
"FIELD_OPTION_RESIZE_METHOD_RECONNECT" : "Reconnect",
Expand Down

0 comments on commit ccbaa27

Please sign in to comment.