mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-952: Add RDP parameter value and translation string for Hyper-V / VMConnect security mode.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{
|
||||
"name" : "security",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "rdp", "tls", "nla", "any" ]
|
||||
"options" : [ "", "rdp", "tls", "nla", "vmconnect", "any" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-auth",
|
||||
|
@@ -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)",
|
||||
|
Reference in New Issue
Block a user