FreeRADIUS
FreeRADIUS copied to clipboard
Do not try to parse the response in case of a timeout
Currently the response from privacyIDEA gets parsed even when there is none. The following error is caught but we can avoid this altogether.
So we need some early exit after the POST request: https://github.com/privacyidea/FreeRADIUS/blob/master/privacyidea_radius.pm#L496