When using DOUBLE_QUOTED_STRING, passwords with '\"' may not work

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Thu Sep 14 13:46:11 UTC 2023


September 14, 2023 1:40 PM, "Alan DeKok" <aland at deployingradius.com> wrote:

> I've pushed a fix to v3.2.x. Please test
> 
> https://github.com/FreeRADIUS/freeradius-server/commit/0c6d48394867e2d26709ee6c6d6206947fa9c2b3
> 
> 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


More information about the Freeradius-Users mailing list