"Dmitry Alekhin" <dalekhin at yandex.ru> writes:
> rlm_realm: Looking up realm "example.com" for User-Name = dmitry at example.com
> rlm_realm: No such realm "example.com"
Maybe you should add something like this to proxy.conf?
realm example.com {
type = radius
authhost = LOCAL
accthost = LOCAL
}
Bjørn