From: Alan T. DeKok Date: Wed, 22 Feb 2023 16:33:38 +0000 (-0500) Subject: add sample accounting-error packet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbe6ec4fd155be0775cf39116849448c7cdc655;p=thirdparty%2Ffreeradius-server.git add sample accounting-error packet --- diff --git a/raddb/sites-available/tacacs b/raddb/sites-available/tacacs index cfeeab24ef3..9b1cf319e23 100644 --- a/raddb/sites-available/tacacs +++ b/raddb/sites-available/tacacs @@ -411,9 +411,11 @@ server tacacs { # ### Send # send Accounting-Success { - &reply.Accounting-Status := Success &reply.Server-Message := "Success" - &reply.Data := 0x00 + } + + send Accounting-Error { + &reply.Server-Message := "Error" } #