From: Nick Porter Date: Tue, 11 Jul 2023 14:44:49 +0000 (+0100) Subject: Add TACACS authentication type to cached attriubtes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8dfe71bbf7c86a2548b3d05d6848b87638c012;p=thirdparty%2Ffreeradius-server.git Add TACACS authentication type to cached attriubtes It is not in Authentication-Continue packets and caching it helps with automatic selection of Auth-Type --- diff --git a/src/process/tacacs/base.c b/src/process/tacacs/base.c index a6df8fefb26..9c6fa57a474 100644 --- a/src/process/tacacs/base.c +++ b/src/process/tacacs/base.c @@ -846,6 +846,7 @@ RESUME(auth_get) COPY(attr_tacacs_client_port); COPY(attr_tacacs_remote_address); COPY(attr_tacacs_privilege_level); + COPY(attr_tacacs_authentication_type); REXDENT(); } else {