hi,
In radius.conf ?
yes
# If you don't have double backslashes (i.e. \\) in your configuration, # this won't matter to you. If you do have them, fix that to use only # one backslash, and then set "correct_escapes = true".
read that bit again.
# # You can check for this by doing: # # $ grep '\\\\' $(find raddb -type f -print) # correct_escapes = true
you have set this to true but are still using a backslash to escape backslashes. there are also some other changes from v2 to v3 (many of which I've forgotten since I moved to version 3 over 6 years ago - but several of the unlang elements should be pointing to '&' versions of the attributes... look at the provided default config stuff and unlang man page to check your comparisons. cheers alan