Problem with backslash in User-Name
Alan DeKok
aland at deployingradius.com
Thu Feb 9 23:14:00 CET 2017
On Feb 9, 2017, at 5:08 PM, Marco Scholl <mail at 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.
More information about the Freeradius-Users
mailing list