Merge pull request #194 from glyptodon/rdp-parameters

GUAC-1218: Provide "value" property for "BOOLEAN" parameters.
This commit is contained in:
James Muehlner
2015-06-07 22:09:41 -07:00

View File

@@ -69,12 +69,14 @@
{ {
"name" : "disable-auth", "name" : "disable-auth",
"title" : "Disable authentication", "title" : "Disable authentication",
"type" : "BOOLEAN" "type" : "BOOLEAN",
"value" : "true"
}, },
{ {
"name" : "ignore-cert", "name" : "ignore-cert",
"title" : "Ignore server certificate", "title" : "Ignore server certificate",
"type" : "BOOLEAN" "type" : "BOOLEAN",
"value" : "true"
} }
] ]
}, },