mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
|
|
"guacamoleVersion" : "0.9.8",
|
|
|
|
"name" : "MySQL Authentication",
|
|
"namespace" : "guac-mysql",
|
|
|
|
"authProviders" : [
|
|
"net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json",
|
|
"translations/fr.json",
|
|
"translations/ru.json"
|
|
]
|
|
|
|
}
|
|
|