From 1ce187b2a067f6a0bef0bd7aebd3ea4ecf9452f1 Mon Sep 17 00:00:00 2001 From: aslanvyos <126803786+aslanvyos@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:31:08 +0400 Subject: TACACS Authentication Clarification about TACACS --- docs/configuration/system/login.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/configuration') diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 2a5de232..992f7338 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -295,6 +295,7 @@ TACACS+ In addition to :abbr:`RADIUS (Remote Authentication Dial-In User Service)`, :abbr:`TACACS (Terminal Access Controller Access Control System)` can also be found in large deployments. +VyOS supports only `Authentication` via the `TACACS` server. TACACS is defined in :rfc:`8907`. -- cgit v1.2.3 From 977f9646aa6576a35d9ea3ef9e167686c555209a Mon Sep 17 00:00:00 2001 From: aslanvyos <126803786+aslanvyos@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:05:44 +0400 Subject: TACACS Authentication --- docs/configuration/system/login.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration') diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 992f7338..6009a39b 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -295,7 +295,7 @@ TACACS+ In addition to :abbr:`RADIUS (Remote Authentication Dial-In User Service)`, :abbr:`TACACS (Terminal Access Controller Access Control System)` can also be found in large deployments. -VyOS supports only `Authentication` via the `TACACS` server. +VyOS only supports `Authentication` via `TACACS+` servers but does not support `Authorization` or `Accounting` yet TACACS is defined in :rfc:`8907`. -- cgit v1.2.3