From 1878c99f7c10cdf44fd6aff17ba32e1dfcc15ba1 Mon Sep 17 00:00:00 2001 From: Aitor Date: Fri, 14 Feb 2025 13:58:26 +0000 Subject: Fix typo in tacacs commands in login.rst `tacas` is used instead of `tacacs` in the CLI examples. --- docs/configuration/system/login.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 452981a9..3a7481eb 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -319,28 +319,28 @@ TACACS is defined in :rfc:`8907`. Configuration ------------- -.. cfgcmd:: set system login tacas server
key +.. cfgcmd:: set system login tacacs server
key Specify the IP `
` of the TACACS server user with the pre-shared-secret given in ``. Multiple servers can be specified. -.. cfgcmd:: set system login tacas server
port +.. cfgcmd:: set system login tacacs server
port Configure the discrete port under which the TACACS server can be reached. This defaults to 49. -.. cfgcmd:: set system login tacas server
disable +.. cfgcmd:: set system login tacacs server
disable Temporary disable this TACACS server. It won't be queried. -.. cfgcmd:: set system login tacas server
timeout +.. cfgcmd:: set system login tacacs server
timeout Setup the `` in seconds when querying the TACACS server. -.. cfgcmd:: set system login tacas source-address
+.. cfgcmd:: set system login tacacs source-address
TACACS servers could be hardened by only allowing certain IP addresses to connect. As of this the source address of each TACACS query can be @@ -350,7 +350,7 @@ Configuration interface address pointing towards the server - making it error prone on e.g. OSPF networks when a link fails and a backup route is taken. -.. cfgcmd:: set system login tacas vrf +.. cfgcmd:: set system login tacacs vrf Source all connections to the TACACS servers from given VRF ``. -- cgit v1.2.3