mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
30 lines
577 B
JSON
30 lines
577 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.5.3",
|
|
|
|
"name" : "RADIUS Authentication Backend",
|
|
"namespace" : "radius",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.radius.RadiusAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/ja.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
],
|
|
|
|
"js" : [
|
|
"radius.min.js"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/radiusStateField.html" : "text/html"
|
|
}
|
|
|
|
}
|