From 5f85b41bbde0ada973ede9e26dcab3f9e33e2d04 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 28 Jul 2015 14:36:50 -0700 Subject: [PATCH] GUAC-515: Add create-drive-path parameter to RDP. --- .../resources/org/glyptodon/guacamole/protocols/rdp.json | 5 +++++ guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 6 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json index 2a672c64e..2ad8048eb 100644 --- a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json @@ -131,6 +131,11 @@ "name" : "drive-path", "type" : "TEXT" }, + { + "name" : "create-drive-path", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, { "name" : "static-channels", "type" : "TEXT" diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 96e596f90..e54a01a8f 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -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:",