From: Alan T. DeKok Date: Sat, 11 Feb 2023 21:47:42 +0000 (-0500) Subject: add name for authorization-error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e34c3448367435259d6129f5432f493cc2d96b;p=thirdparty%2Ffreeradius-server.git add name for authorization-error --- diff --git a/src/protocols/tacacs/base.c b/src/protocols/tacacs/base.c index c04f7f89404..2158a7685aa 100644 --- a/src/protocols/tacacs/base.c +++ b/src/protocols/tacacs/base.c @@ -131,6 +131,7 @@ char const *fr_tacacs_packet_names[FR_TACACS_CODE_MAX] = { [FR_PACKET_TYPE_VALUE_AUTHORIZATION_PASS_ADD] = "Authorization-Pass-Add", [FR_PACKET_TYPE_VALUE_AUTHORIZATION_PASS_REPLACE] = "Authorization-Pass-Replace", [FR_PACKET_TYPE_VALUE_AUTHORIZATION_FAIL] = "Authorization-Fail", + [FR_PACKET_TYPE_VALUE_AUTHORIZATION_ERROR] = "Authorization-Error", [FR_PACKET_TYPE_VALUE_ACCOUNTING_REQUEST] = "Accounting-Request", [FR_PACKET_TYPE_VALUE_ACCOUNTING_SUCCESS] = "Accounting-Success",