From: Alan T. DeKok Date: Mon, 6 Feb 2023 13:42:22 +0000 (-0500) Subject: use correct names X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a19207b53e9e1d34acaeef0f4aef0899b55497;p=thirdparty%2Ffreeradius-server.git use correct names --- diff --git a/raddb/sites-available/tacacs b/raddb/sites-available/tacacs index dfacbf7578b..ca28ef3e909 100644 --- a/raddb/sites-available/tacacs +++ b/raddb/sites-available/tacacs @@ -243,7 +243,7 @@ server tacacs { # # ### Send # - send Authentication-Reply-Success { + send Authentication-Reply-Pass { &reply.Server-Message := "Hello %{User-Name}" } @@ -290,7 +290,7 @@ server tacacs { # # ### Send # - send Authorization-Reply { + send Authorization-Reply-Pass-Add { &reply.Authorization-Status := Pass-Add &reply.Server-Message := "authorization-response-server" &reply.Data := "authorization-response-data"