They're both integers, and their enumeration values are different.
the names are the same, but we can't copy names.
Or maybe we want to do that?
#
# ### Recv
#
- recv Authentication-Start {
+ recv Authentication-Start {
-sql
#
- # Set _our_ authentication method to the _requested_ one.
+ # In general, it is not necessary to set `Auth-Type` here. The packet header
+ # contains a TACACS `Authentication-Type` with value `PAP`, `CHAP`, etc. That value will
+ # be used automatically.
+ #
+ # The only reason to set `Auth-Type` here is when you want to use a custom
+ # authentication method, such as `ldap`.
#
- &control.Auth-Type := &Authentication-Type
}
authenticate PAP {