mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Initial code for the guacamole-auth-radius authentication module.
This commit is contained in:
committed by
Nick Couchman
parent
9d587496b0
commit
d9d5573aa4
@@ -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"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user