diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index c95fd73cb..0ee95ae1a 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -169,11 +169,19 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "printer-name", + "type" : "TEXT" + }, { "name" : "enable-drive", "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "drive-name", + "type" : "TEXT" + }, { "name" : "drive-path", "type" : "TEXT" diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index c247ffa3c..a2e3792cb 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -323,6 +323,7 @@ "FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:", "FIELD_HEADER_DOMAIN" : "Domain:", "FIELD_HEADER_DPI" : "Resolution (DPI):", + "FIELD_HEADER_DRIVE_NAME" : "Drive name:", "FIELD_HEADER_DRIVE_PATH" : "Drive path:", "FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):", "FIELD_HEADER_ENABLE_DESKTOP_COMPOSITION" : "Enable desktop composition (Aero):", @@ -349,6 +350,7 @@ "FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:", "FIELD_HEADER_PASSWORD" : "Password:", "FIELD_HEADER_PORT" : "Port:", + "FIELD_HEADER_PRINTER_NAME" : "Redirected printer name:", "FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):", "FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:", "FIELD_HEADER_READ_ONLY" : "Read-only:",