FreeRADIUS icon indicating copy to clipboard operation
FreeRADIUS copied to clipboard

Do not try to parse the response in case of a timeout

Open plettich opened this issue 3 years ago • 1 comments

Currently the response from privacyIDEA gets parsed even when there is none. The following error is caught but we can avoid this altogether.

plettich avatar Jan 20 '22 13:01 plettich

So we need some early exit after the POST request: https://github.com/privacyidea/FreeRADIUS/blob/master/privacyidea_radius.pm#L496

cornelinux avatar Jan 21 '22 06:01 cornelinux