Files
guacamole-client/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.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"
]
}