From aa4d5aa62784f826607f555b5a4a260995f1aaf3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 22 Mar 2020 16:28:51 -0700 Subject: [PATCH] GUACAMOLE-952: Add RDP parameter value and translation string for Hyper-V / VMConnect security mode. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 2 +- guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 3b35863ef..155885813 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -34,7 +34,7 @@ { "name" : "security", "type" : "ENUM", - "options" : [ "", "rdp", "tls", "nla", "any" ] + "options" : [ "", "rdp", "tls", "nla", "vmconnect", "any" ] }, { "name" : "disable-auth", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 69f18bf9a..e5dcfea18 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -534,6 +534,7 @@ "FIELD_OPTION_SECURITY_NLA" : "NLA (Network Level Authentication)", "FIELD_OPTION_SECURITY_RDP" : "RDP encryption", "FIELD_OPTION_SECURITY_TLS" : "TLS encryption", + "FIELD_OPTION_SECURITY_VMCONNECT" : "Hyper-V / VMConnect", "FIELD_OPTION_SERVER_LAYOUT_DE_CH_QWERTZ" : "Swiss German (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_DE_DE_QWERTZ" : "German (Qwertz)",