GUAC-515: Add create-drive-path parameter to RDP.

This commit is contained in:
Michael Jumper
2015-07-28 14:36:50 -07:00
parent c887f3a804
commit 5f85b41bbd
2 changed files with 6 additions and 0 deletions

View File

@@ -131,6 +131,11 @@
"name" : "drive-path", "name" : "drive-path",
"type" : "TEXT" "type" : "TEXT"
}, },
{
"name" : "create-drive-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{ {
"name" : "static-channels", "name" : "static-channels",
"type" : "TEXT" "type" : "TEXT"

View File

@@ -252,6 +252,7 @@
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:", "FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
"FIELD_HEADER_CONSOLE" : "Administrator console:", "FIELD_HEADER_CONSOLE" : "Administrator console:",
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:", "FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:",
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:",
"FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:", "FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:",
"FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:", "FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:",
"FIELD_HEADER_DOMAIN" : "Domain:", "FIELD_HEADER_DOMAIN" : "Domain:",