# As of version 4.0.0, the server also supports the TACACS+
# protocol.
#
+# https://www.rfc-editor.org/rfc/rfc8907
+#
# $Id$
#
######################################################################
# 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
"%{User-Name}"
"%{Client-Port}"
"%{Remote-Address}"
- "%{ArgumentList}"
+ "%{Argument-List}"
}
#
&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"
}
#