14 Sep
2023
14 Sep
'23
9:46 a.m.
September 14, 2023 1:40 PM, "Alan DeKok" <aland@deployingradius.com> wrote:
I've pushed a fix to v3.2.x. Please test
https://github.com/FreeRADIUS/freeradius-server/commit/0c6d48394867e2d26709e...
Alan DeKok.
I can confirm that it works now as expected: config: password = "some\"word" ==> some"word config: password = "some\\\"word" ==> some\"word config: password = "some\\\\\"word" ==> some\\"word Thank your very much! Till