mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-197: Fix issue where wrong error message is logged.
This commit is contained in:
committed by
Nick Couchman
parent
8be8626578
commit
ecfa9183b5
@@ -121,7 +121,7 @@ public class AuthenticationProviderService {
|
||||
catch (GuacamoleException e) {
|
||||
logger.error("Cannot configure RADIUS server: {}", e.getMessage());
|
||||
logger.debug("Error configuring RADIUS server.", e);
|
||||
radPack = null;
|
||||
throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
}
|
||||
|
||||
// If configure fails, permission to login is denied
|
||||
|
Reference in New Issue
Block a user