mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Change RADIUS server to RADIUS hostname.
This commit is contained in:
@@ -47,7 +47,7 @@ public class ConfigurationService {
|
||||
*/
|
||||
public String getRadiusServer() throws GuacamoleException {
|
||||
return environment.getProperty(
|
||||
RadiusGuacamoleProperties.RADIUS_SERVER,
|
||||
RadiusGuacamoleProperties.RADIUS_HOSTNAME,
|
||||
"localhost"
|
||||
);
|
||||
}
|
||||
|
@@ -58,12 +58,12 @@ public class RadiusGuacamoleProperties {
|
||||
|
||||
|
||||
/**
|
||||
* The hostname or ip of the RADIUS server to connect to when authenticating users.
|
||||
* The hostname or IP address of the RADIUS server to connect to when authenticating users.
|
||||
*/
|
||||
public static final StringGuacamoleProperty RADIUS_SERVER = new StringGuacamoleProperty() {
|
||||
public static final StringGuacamoleProperty RADIUS_HOSTNAME = new StringGuacamoleProperty() {
|
||||
|
||||
@Override
|
||||
public String getName() { return "radius-server"; }
|
||||
public String getName() { return "radius-hostname"; }
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user