]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add TACACS authentication type to cached attriubtes
authorNick Porter <nick@portercomputing.co.uk>
Tue, 11 Jul 2023 14:44:49 +0000 (15:44 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 11 Jul 2023 15:01:17 +0000 (16:01 +0100)
It is not in Authentication-Continue packets and caching it helps with
automatic selection of Auth-Type

src/process/tacacs/base.c

index a6df8fefb269dcd3acfcd29a3de47e27de89bda0..9c6fa57a47407f49adf5e2393c6e0eaa3022364e 100644 (file)
@@ -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 {