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