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,14 @@
{
"DATA_SOURCE_RADIUS" : {
"NAME" : "RADIUS Backend"
},
"LOGIN" : {
"FIELD_HEADER_RADIUS_RESPONSE" : "",
"INFO_RADIUS_RESPONSE_INCORRECT" : "RADIUS response incorrect.",
"INFO_RADIUS_AUTH_REQUIRED" : "Please authenticate with RADIUS to continue.",
"INFO_RADIUS_ADDL_REQUIRED" : "Additional credentials required."
}
}