mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Log error if we reach an unexpected place in the RADIUS conversation.
This commit is contained in:
@@ -182,9 +182,11 @@ public class AuthenticationProviderService {
|
||||
}
|
||||
|
||||
// Something unanticipated happened, so we panic
|
||||
else
|
||||
else {
|
||||
logger.error("Unexpected authentication failure talking to RADIUS server.");
|
||||
throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
}
|
||||
}
|
||||
|
||||
// The user responded to the challenge, send that back to the server
|
||||
else {
|
||||
|
Reference in New Issue
Block a user