diff --git a/extensions/guacamole-auth-radius/pom.xml b/extensions/guacamole-auth-radius/pom.xml index 9d27a104f..d46e0b1be 100644 --- a/extensions/guacamole-auth-radius/pom.xml +++ b/extensions/guacamole-auth-radius/pom.xml @@ -88,18 +88,6 @@ ${basedir}/src/main/resources ${project.build.directory}/classes - / - / - radius.css - - - license.txt - - - - **/*.css - - / / radius.js diff --git a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json index 4f4bca058..be6e2a264 100644 --- a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json @@ -17,10 +17,6 @@ "radius.min.js" ], - "css" : [ - "radius.min.css" - ], - "resources" : { "templates/radiusChallengeResponseField.html" : "text/html" } diff --git a/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css b/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css deleted file mode 100644 index 92cb48ae9..000000000 --- a/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - - -.radius-challenge-response-field-container { - height: 100%; - width: 100%; - position: fixed; - left: 0; - top: 0; - display: table; - background: white; -} - -.radius-challenge-response-field { - width: 100%; - display: table-cell; - vertical-align: middle; -} - -.radius-challenge-response-field input[type="submit"] { - display: none !important; -} diff --git a/extensions/guacamole-auth-radius/src/main/resources/templates/radiusStateField.html b/extensions/guacamole-auth-radius/src/main/resources/templates/radiusStateField.html index be8067c06..bfd9c4f31 100644 --- a/extensions/guacamole-auth-radius/src/main/resources/templates/radiusStateField.html +++ b/extensions/guacamole-auth-radius/src/main/resources/templates/radiusStateField.html @@ -1 +1 @@ - + diff --git a/extensions/guacamole-auth-radius/src/main/resources/translations/en.json b/extensions/guacamole-auth-radius/src/main/resources/translations/en.json index 2459b8b37..c068a70af 100644 --- a/extensions/guacamole-auth-radius/src/main/resources/translations/en.json +++ b/extensions/guacamole-auth-radius/src/main/resources/translations/en.json @@ -7,8 +7,6 @@ "LOGIN" : { "FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "", "FIELD_HEADER_GUAC_RADIUS_STATE" : "", - "INFO_RADIUS_RESPONSE_INCORRECT" : "RADIUS response incorrect.", - "INFO_RADIUS_AUTH_REQUIRED" : "Please authenticate with RADIUS to continue.", "INFO_RADIUS_ADDL_REQUIRED" : "Please supply additional credentials" }