7 Mar
2006
7 Mar
'06
12:05 p.m.
James Cort <james.cort@u4eatech.com> wrote:
Many thanks.
Good to hear it works.
I had to write the username as "\\\\(.*)$" as the backslashes themselves needed escaping, but once that was done it's all working like a charm now.
You might also try using single quotes: '\\(.*)$', as that will prevent FreeRADIUS from interpreting the backslashes. Alan DeKok.