mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUACAMOLE-1020: Implement extension with enhanced login and connection restrictions.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.6.0",
|
||||
|
||||
"name" : "Restriction Authentication Backend",
|
||||
"namespace" : "restrict",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.restrict.RestrictionAuthenticationProvider"
|
||||
],
|
||||
|
||||
"translations" : [
|
||||
"translations/en.json"
|
||||
],
|
||||
|
||||
"js" : [
|
||||
"restrict.min.js"
|
||||
],
|
||||
|
||||
"css" : [
|
||||
"restrict.min.css"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
"templates/hostRestrictionField.html" : "text/html",
|
||||
"templates/timeRestrictionField.html" : "text/html"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user