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" } ] },