GUACAMOLE-197: Bump version to 0.9.13-incubating and fix issues after rebase.

This commit is contained in:
Nick Couchman
2017-07-14 16:44:20 -04:00
parent f4a6cf85ed
commit 77cb98c30f
3 changed files with 8 additions and 3 deletions

View File

@@ -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 {

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "0.9.11-incubating",
"guacamoleVersion" : "0.9.13-incubating",
"name" : "RADIUS Authentication Backend",
"namespace" : "radius",