9 Feb
2017
9 Feb
'17
5:14 p.m.
On Feb 9, 2017, at 5:08 PM, Marco Scholl <mail@marco-scholl.de> wrote:
i have a problem with 3.0.12 and User-Name.
I send a request with domain name included in User-Name:
radtest -t mschap "test\radius" radius localhost 1 testing123
That's the problem. The shell is looking at the string "test\radius", and converting the \r to CR. You need to do: radtest -t mschap "test\\radius" radius localhost 1 testing123 Alan DeKok.