21 Aug
2012
21 Aug
'12
9:14 a.m.
Вячеслав Адаманов 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.