mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-514: Client-side fields and translations for VNC authentication.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user