27 Feb
2015
27 Feb
'15
2:39 p.m.
On 2015-02-27 18:23:24 +0000, Alan DeKok said:
Try 3.0.7, and set “correct_escapes = true” in radiusd.conf.
You will have to double-check your use of \\ in the configuration, though. You want to use fewer backslashes. A lot fewer. Usually half.
Alan DeKok.
I have submitted a support ticket with RH. But until they do something, I don't have access to 3.0.7 on this system. I'd like some clarification on your suggestion, though. In `mods-enabled/realm` the ntdomain is defined as (by default): ``` realm ntdomain { format = prefix delimiter = "\\" } ``` Are you suggesting that it should be?: ``` realm ntdomain { format = prefix delimiter = "\" } ```