From 405e1c21fe304633617dacb948f6ff900bcff0e0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 7 Jun 2015 18:15:03 -0700 Subject: [PATCH] GUAC-1218: Provide "value" property for "BOOLEAN" parameters. --- .../resources/org/glyptodon/guacamole/protocols/rdp.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 7bab1e536..0480c7528 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 @@ -69,12 +69,14 @@ { "name" : "disable-auth", "title" : "Disable authentication", - "type" : "BOOLEAN" + "type" : "BOOLEAN", + "value" : "true" }, { "name" : "ignore-cert", "title" : "Ignore server certificate", - "type" : "BOOLEAN" + "type" : "BOOLEAN", + "value" : "true" } ] },