]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
TACACS config comment typos
authorNick Porter <nick@portercomputing.co.uk>
Fri, 8 Mar 2024 11:28:15 +0000 (11:28 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 8 Mar 2024 17:54:14 +0000 (17:54 +0000)
doc/antora/modules/raddb/pages/sites-available/tacacs.adoc
raddb/sites-available/tacacs

index b3dbd2f5af2c0e4ecdf32b1d6e8ef170fba5d766..d4110efabdb023b0b806f538fc2c759548baf4a5 100644 (file)
@@ -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)
index 6e0d83028ac293f164e2c4251c9d3910e3345b86..b1ea4cd8d96cbe54c4210dce32f81f0bfc3f5c00 100644 (file)
@@ -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)