mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Log error if we reach an unexpected place in the RADIUS conversation.
This commit is contained in:
@@ -182,8 +182,10 @@ public class AuthenticationProviderService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Something unanticipated happened, so we panic
|
// 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);
|
throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// The user responded to the challenge, send that back to the server
|
// The user responded to the challenge, send that back to the server
|
||||||
|
Reference in New Issue
Block a user