acct
statementacct { [ listen addr-list ; ] [ port number ; ] [ spawn bool ; ] [ detail bool; ] [ max-requests number ; ] [ time-to-live number ; ] [ request-cleanup-delay number ; ] } ;
The acct
statement configures the parameters of the accounting
service.
This statement determines on which addresses radiusd will listen for incoming accounting requests. Its argument is a comma-separated list of items in the form ip:port-number. ip can be either an IP address in familiar "dotted-quad" notation or a hostname. :port-number part may be omitted, in which case the default accounting port is assumed.
If the listen
statement is omitted, radiusd will accept incoming
requests from any interface on the machine.
port
max-requests
time-to-live
request-cleanup-delay
spawn
radiusd
should spawn a child to process the request.
detail
false
, disables detailed accounting
(see section Detailed Request Accounting).
Go to the first, previous, next, last section, table of contents.