mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
GUACAMOLE-197: Bump version to 0.9.13-incubating and fix issues after rebase.
This commit is contained in:
@@ -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