21 Apr
2006
21 Apr
'06
8:42 a.m.
"Reynold McGuire" <rmcguire@suffolk.edu> writes:
How can I get freeRadius to see "domain.com\username" and convert that to "username@domain.com" and proxy that off?
If you need both styles: modules { .. realm suffix { format = suffix delimiter = "@" ignore_default = no ignore_null = yes } realm ntdomain { format = prefix delimiter = "\\" ignore_default = no ignore_null = yes } .. } authorize { .. suffix ntdomain .. } Please run radiusd -X if this doesn't work, Bjørn