}
#
- # ## Authorization
+ # ## Authorization
#
#
- # ### Recv
+ # ### Recv
#
recv Authorization-Request {
"%{Authentication-Method}"
}
#
- # ### Send
+ # ### Send
#
# Add the arguments to whatever the user entered.
#
}
#
- # ## Accounting
+ # ## Accounting
#
#
- # ### Recv
+ # ### Recv
#
recv Accounting-Request {
#
detail
}
+ #
+ # ### Accounting "type" Sections
+ #
+ # Each type of accounting packet is run through its own
+ # section. The section MUST return "ok" to indicate that
+ # it successfully handled the accounting data.
+ #
+ # The "ok" return code is typically set automatically when
+ # an accounting module succeeds in its work. The explicit
+ # "ok" here is just so that the default configuration will
+ # return success for all accounting packets.
+ #
# First packet for a session
accounting Start {
+ ok
}
# Updates a previous start
accounting Watchdog-Update {
+ ok
}
# Updates a session
accounting Watchdog {
+ ok
}
# Stops a session
accounting Stop {
+ ok
}
#
- # ### Send
+ # ### Send Responses
#
send Accounting-Success {
reply.Server-Message := "Success"