Documentation

accounting

Variant of execute which is only executed for accounting requests.

aaa {
    policy "DEFAULT" {
        handler "ACCOUNNTIG" {
            accounting {
                # acknowledge all accounting even if this
                # handler should not receive any
                accept;
            }
        }
    }
}