mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.9-incubating",
|
|
|
|
"name" : "MySQL Authentication",
|
|
"namespace" : "guac-mysql",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider",
|
|
"org.apache.guacamole.auth.mysql.MySQLSharedAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json",
|
|
"translations/fr.json",
|
|
"translations/ru.json"
|
|
]
|
|
|
|
}
|
|
|