Fix RADIUS error reporting in hba file parsing

2021-05-27 Thread Peter Eisentraut
e but only minimally longer, and it makes fixing the first two issues straightforward. From 063a8ae81d5ac33e8700bb0ea076d1499d36b655 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 27 May 2021 10:26:21 +0200 Subject: [PATCH] Fix RADIUS error reporting in hba file parsing The RADIUS-re

Re: Fix RADIUS error reporting in hba file parsing

2021-05-31 Thread Magnus Hagander
On Thu, May 27, 2021 at 10:36 AM Peter Eisentraut wrote: > > > The RADIUS-related checks in parse_hba_line() did not respect elevel > and did not fill in *err_msg. Also, verify_option_list_length() > pasted together error messages in an untranslatable way. To fix the > latter, remove the functio