GUACAMOLE-952: Add RDP parameter value and translation string for Hyper-V / VMConnect security mode.

This commit is contained in:
Michael Jumper
2020-03-22 16:28:51 -07:00
parent 202e68ab40
commit aa4d5aa627
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
{ {
"name" : "security", "name" : "security",
"type" : "ENUM", "type" : "ENUM",
"options" : [ "", "rdp", "tls", "nla", "any" ] "options" : [ "", "rdp", "tls", "nla", "vmconnect", "any" ]
}, },
{ {
"name" : "disable-auth", "name" : "disable-auth",

View File

@@ -534,6 +534,7 @@
"FIELD_OPTION_SECURITY_NLA" : "NLA (Network Level Authentication)", "FIELD_OPTION_SECURITY_NLA" : "NLA (Network Level Authentication)",
"FIELD_OPTION_SECURITY_RDP" : "RDP encryption", "FIELD_OPTION_SECURITY_RDP" : "RDP encryption",
"FIELD_OPTION_SECURITY_TLS" : "TLS 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_CH_QWERTZ" : "Swiss German (Qwertz)",
"FIELD_OPTION_SERVER_LAYOUT_DE_DE_QWERTZ" : "German (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_DE_DE_QWERTZ" : "German (Qwertz)",