mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Re-enable an exception throw in AuthenticationProviderService that should not have been commented out.
This commit is contained in:
committed by
Nick Couchman
parent
f7dda23b05
commit
fb0cdb39a5
@@ -132,7 +132,7 @@ public class AuthenticationProviderService {
|
||||
logger.error("Error in talks with RADIUS server.");
|
||||
logger.debug("RADIUS challenged by didn't provide right attributes.");
|
||||
return null;
|
||||
// throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user