GUACAMOLE-514: Client-side fields and translations for VNC authentication.

This commit is contained in:
Virtually Nick
2019-08-02 23:32:39 -04:00
parent ed374fc377
commit f017e805ee
2 changed files with 25 additions and 0 deletions

View File

@@ -19,9 +19,29 @@
{
"name" : "authentication",
"fields" : [
{
"name" : "username",
"type" : "TEXT"
},
{
"name" : "password",
"type" : "PASSWORD"
},
{
"name" : "client-cert",
"type" : "MULTILINE"
},
{
"name" : "client-key",
"type" : "MULTILINE"
},
{
"name" : "ca-cert",
"type" : "MULTILINE"
},
{
"name" : "ca-crl",
"type" : "TEXT"
}
]
},