]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typos
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Jan 2023 20:09:15 +0000 (15:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Jan 2023 21:30:03 +0000 (16:30 -0500)
raddb/sites-available/tacacs

index 960b400e0b41d131d76f21dd20ee837810b5aa5e..9ec459d0f21f6fe2e65f5ba66a3d77c4af6c62d1 100644 (file)
@@ -4,6 +4,8 @@
 #      As of version 4.0.0, the server also supports the TACACS+
 #      protocol.
 #
+#      https://www.rfc-editor.org/rfc/rfc8907
+#
 #      $Id$
 #
 ######################################################################
@@ -21,8 +23,7 @@ server tacacs {
                #  Multiple types can be accepted by using multiple
                #  lines of `type = ...`.
                #
-               #  As described in RFC https://tools.ietf.org/id/draft-ietf-opsawg-07.html#rfc.section.5,
-               #  the packet types are:
+               #  As described in RFC 8907, the packet types are:
                #
                type = Authentication-Start
                type = Authentication-Continue
@@ -175,7 +176,7 @@ server tacacs {
                "%{User-Name}"
                "%{Client-Port}"
                "%{Remote-Address}"
-               "%{ArgumentList}"
+               "%{Argument-List}"
        }
 
        #
@@ -185,7 +186,7 @@ server tacacs {
                &reply.Authorization-Status := Pass-Add
                &reply.Server-Message := "authorization-response-server"
                &reply.Data := "authorization-response-data"
-               &reply.ArgumentList := "key1=var1"
+               &reply.Argument-List := "key1=var1"
        }
 
        #