Merge pull request #232 from glyptodon/create-drive

GUAC-515: Add create-drive-path parameter to RDP.
This commit is contained in:
James Muehlner
2015-07-28 14:46:14 -07:00
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -252,6 +252,7 @@
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
"FIELD_HEADER_CONSOLE" : "Administrator 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_AUTH" : "Disable authentication:",
"FIELD_HEADER_DOMAIN" : "Domain:",