From: Nick Porter Date: Fri, 8 Mar 2024 11:28:15 +0000 (+0000) Subject: TACACS config comment typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bc5ff53d3d1798c8fe909bdfc65c734566b268;p=thirdparty%2Ffreeradius-server.git TACACS config comment typos --- diff --git a/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc b/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc index b3dbd2f5af2..d4110efabdb 100644 --- a/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc +++ b/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc @@ -19,13 +19,13 @@ namespace:: Needs to be "tacacs" for TACACS+ functionality. ### TACACS+ Configuration -All of the configuration for processing TACAC+ packets goes here. +All of the configuration for processing TACACS+ packets goes here. -#### Access-Request subsection +#### Authentication subsection This section contains configuration which is -specific to processing `link:https://freeradius.org/rfc/rfc2865.html#Access-Request[Access-Request]` packets. +specific to processing `Authentication` packets. Similar sections can be added, but are not necessary for Accounting-Request (and other) diff --git a/raddb/sites-available/tacacs b/raddb/sites-available/tacacs index 6e0d83028ac..b1ea4cd8d96 100644 --- a/raddb/sites-available/tacacs +++ b/raddb/sites-available/tacacs @@ -27,14 +27,14 @@ server tacacs { # # ### TACACS+ Configuration # - # All of the configuration for processing TACAC+ packets goes here. + # All of the configuration for processing TACACS+ packets goes here. # tacacs { # - # #### Access-Request subsection + # #### Authentication subsection # # This section contains configuration which is - # specific to processing `Access-Request` packets. + # specific to processing `Authentication` packets. # # Similar sections can be added, but are not # necessary for Accounting-Request (and other)