]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add sample accounting-error packet
authorAlan T. DeKok <aland@freeradius.org>
Wed, 22 Feb 2023 16:33:38 +0000 (11:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 22 Feb 2023 16:33:57 +0000 (11:33 -0500)
raddb/sites-available/tacacs

index cfeeab24ef3644bb4c291fdc1aad3027348bacf4..9b1cf319e23e0f0243d76c0980ebfc7d380d1e44 100644 (file)
@@ -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"
        }
 
        #