28 Jul
2023
28 Jul
'23
12:50 p.m.
On Jul 27, 2023, at 11:04 PM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
isn't it possible to use "@", "\" and " in the password in freeradius?
It's fine. If you're reading the passwords from a file, any special characters need to be escaped. This is the normal process for double-quoted strings. e.g. "foo" and "foo\"bar" Alan DeKok.