I now about Auth-Type, Autz-Type, Acct-Type, Session-Type and the sections where to use them. What "ZZZZ-Type" must i use in "preacct" section ? THANKS
"Velikanov" <alex@asu.farlep.net> wrote:
preacct { preprocess Acct-Type PIX{ acct_PIX }
You put an "Acct-Type" in a "preacct" section. That won't work. Acct-Types have to go into "accounting" sections.
radiusd.conf[1683] Unknown module rcode 'acct_PIX'.
It's treating "Acct-Type" as a module name, because Acct-Types don't belong in "preacct" sections.
Alan DeKok.
Velikanov wrote:
I now about Auth-Type, Autz-Type, Acct-Type, Session-Type and the sections where to use them. What "ZZZZ-Type" must i use in "preacct" section ?
The section "preacct" is the first thing executed when receiving an accounting request, therefore at this stage there isn't any check variable defined yet. You *cannot* use sub-sections in "preacct". I'd suggest to move your modules to the section "accounting". The documentation explains in details how it works: http://freeradius.org/radiusd/doc/Acct-Type -- Nicolas Baradakis
participants (2)
-
Nicolas Baradakis -
Velikanov