mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-radius</artifactId>
|
<artifactId>guacamole-auth-radius</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>0.9.11-incubating</version>
|
<version>0.9.13-incubating</version>
|
||||||
<name>guacamole-auth-radius</name>
|
<name>guacamole-auth-radius</name>
|
||||||
<url>http://guacamole.incubator.apache.org/</url>
|
<url>http://guacamole.incubator.apache.org/</url>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-ext</artifactId>
|
<artifactId>guacamole-ext</artifactId>
|
||||||
<version>0.9.11-incubating</version>
|
<version>0.9.13-incubating</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@@ -63,6 +63,11 @@ public class RadiusAuthenticationProvider implements AuthenticationProvider {
|
|||||||
return "radius";
|
return "radius";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Object getResource() throws GuacamoleException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AuthenticatedUser authenticateUser(Credentials credentials) throws GuacamoleException {
|
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",
|
"name" : "RADIUS Authentication Backend",
|
||||||
"namespace" : "radius",
|
"namespace" : "radius",
|
||||||
|
Reference in New Issue
Block a user