Radsec auth and acct on same port
Alan DeKok
aland at deployingradius.com
Tue Aug 21 15:14:58 CEST 2012
Вячеслав Адаманов wrote:
> I use default "tls" server config file.
> Hmm, but when set type = auth in stdout:
Not much useful.
> When change type = acct i get:
Also not much useful.
I'll see if I can take a look at it. No promises, though.
> Is it possible to redirect requests for authorization and accounting
> to other defined virtual servers ?
Put the "listen" section into a "server" section:
server foo {
listen {
...
}
authorize {
...
}
accounting {
...
}
}
Alan DeKok.
More information about the Freeradius-Devel
mailing list