GUACAMOLE-197: Re-enable an exception throw in AuthenticationProviderService that should not have been commented out.

This commit is contained in:
Nick Couchman
2017-02-06 11:59:39 -05:00
committed by Nick Couchman
parent f7dda23b05
commit fb0cdb39a5

View File

@@ -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);
}
}