mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Bump version to 0.9.13-incubating and fix issues after rebase.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-auth-radius</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.9.11-incubating</version>
|
||||
<version>0.9.13-incubating</version>
|
||||
<name>guacamole-auth-radius</name>
|
||||
<url>http://guacamole.incubator.apache.org/</url>
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>0.9.11-incubating</version>
|
||||
<version>0.9.13-incubating</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -63,6 +63,11 @@ public class RadiusAuthenticationProvider implements AuthenticationProvider {
|
||||
return "radius";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getResource() throws GuacamoleException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AuthenticatedUser authenticateUser(Credentials credentials) throws GuacamoleException {
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.11-incubating",
|
||||
"guacamoleVersion" : "0.9.13-incubating",
|
||||
|
||||
"name" : "RADIUS Authentication Backend",
|
||||
"namespace" : "radius",
|
||||
|
Reference in New Issue
Block a user