Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/122#discussion_r164897738
--- Diff:
extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json ---
@@ -0,0 +1,24 @@
+{
+
+ "guacamoleVersion" : "0.9.14",
+
+ "name" : "RADIUS Authentication Backend",
+ "namespace" : "radius",
+
+ "authProviders" : [
+ "org.apache.guacamole.auth.radius.RadiusAuthenticationProvider"
+ ],
+
+ "translations" : [
+ "translations/en.json"
+ ],
+
+ "js" : [
+ "radius.min.js"
+ ],
+
+ "resources" : {
+ "templates/radiusChallengeResponseField.html" : "text/html"
--- End diff --
It looks like this has been renamed to
"templates/radiusResponseField.html". You'll need to add
"templates/radiusStateField.html", as well.
---