GUACAMOLE-197: Initial code for the guacamole-auth-radius authentication module.

This commit is contained in:
Nick Couchman
2017-02-05 15:02:10 -05:00
committed by Nick Couchman
parent 9d587496b0
commit d9d5573aa4
28 changed files with 2196 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"guacamoleVersion" : "0.9.11-incubating",
"name" : "RADIUS Authentication Backend",
"namespace" : "radius",
"authProviders" : [
"org.apache.guacamole.auth.radius.RadiusAuthenticationProvider"
],
"translations" : [
"translations/en.json"
],
"js" : [
"radius.min.js"
],
"css" : [
"radius.min.css"
],
"resources" : {
"templates/radiusChallengeResponseField.html" : "text/html"
}
}