Peter Kruppa wrote:
> If EAP is the problem, I could terminate the EAP tunnel for our 2 domain
> on freeradius, how should I do that?
Edit proxy.conf to define the realms, but WITHOUT any home servers,
and WITHOUT stripping:
realm my.domain.com {
nostrip
}
That should be it.
Alan DeKok.