safe_characters issue
Alan DeKok
aland at deployingradius.com
Wed Jun 17 16:19:03 CEST 2020
On Jun 17, 2020, at 9:55 AM, Fabrice Durand <fdurand at inverse.ca> wrote:
>
> OK i found something, it looks if i set the safe_characters in the main sql definition it works.
The configuration files are read in order, top to bottom. So if you put the safe_characters line before *any* $INCLUDE statements, then it will override the definitions in some later $INCLUDE.
What's happening is that you have multiple definitions of safe_characters. You were editing the second or third one, but only the first one was relevant. By adding a definition before the others, you've made a new first definition, which is then used.
Alan DeKok.
More information about the Freeradius-Users
mailing list