diff options
Diffstat (limited to '')
-rw-r--r-- | share/dictionary.compat | 44 | ||||
-rw-r--r-- | share/dictionary.compatible | 22 |
2 files changed, 66 insertions, 0 deletions
diff --git a/share/dictionary.compat b/share/dictionary.compat new file mode 100644 index 0000000..8037904 --- /dev/null +++ b/share/dictionary.compat @@ -0,0 +1,44 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# Obsolete names for backwards compatibility with older users files. +# Move the $INCLUDE in the main dictionary file to the end if you want +# these names to be used in the "details" logfile. +# + +# This has been removed. Too many people get it wrong. +#ATTRIBUTE Password 2 string encrypt=1 +ATTRIBUTE Client-Id 4 ipaddr +ATTRIBUTE Client-Port-Id 5 integer +ATTRIBUTE User-Service-Type 6 integer +ATTRIBUTE Framed-Address 8 ipaddr +ATTRIBUTE Framed-Netmask 9 ipaddr +ATTRIBUTE Framed-Filter-Id 11 string +ATTRIBUTE Login-Host 14 ipaddr +ATTRIBUTE Login-Port 16 integer +ATTRIBUTE Old-Password 17 string +ATTRIBUTE Port-Message 18 string +ATTRIBUTE Dialback-No 19 string +ATTRIBUTE Dialback-Name 20 string +ATTRIBUTE Challenge-State 24 octets +VALUE Framed-Compression Van-Jacobsen-TCP-IP 1 +VALUE Framed-Compression VJ-TCP-IP 1 +VALUE Service-Type Shell-User 6 +VALUE Auth-Type Unix 1 +VALUE Service-Type Dialback-Login-User 3 +VALUE Service-Type Dialback-Framed-User 4 +VALUE Service-Type Dialout-Framed-User 5 + +# +# For compatibility with MERIT users files. +# +ATTRIBUTE Login-Callback-Number 19 string +ATTRIBUTE Framed-Callback-Id 20 string +ATTRIBUTE Client-Port-DNIS 30 string +ATTRIBUTE Caller-ID 31 string +VALUE Service-Type Login 1 +VALUE Service-Type Framed 2 +VALUE Service-Type Callback-Login 3 +VALUE Service-Type Callback-Framed 4 +VALUE Service-Type Exec-User 7 diff --git a/share/dictionary.compatible b/share/dictionary.compatible new file mode 100644 index 0000000..3b56dc6 --- /dev/null +++ b/share/dictionary.compatible @@ -0,0 +1,22 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# Compatible Systems Corporation dictionary +# +# Compatible Systems was acquired by Cisco in 2000. +# + +VENDOR Compatible 255 + +BEGIN-VENDOR Compatible + +ATTRIBUTE Compatible-Tunnel-Delay 0 integer +ATTRIBUTE Compatible-Tunnel-Throughput 1 integer +ATTRIBUTE Compatible-Tunnel-Server-Endpoint 3 ipaddr +ATTRIBUTE Compatible-Tunnel-Group-Info 4 string +ATTRIBUTE Compatible-Tunnel-Password 5 string +ATTRIBUTE Compatible-Echo 6 integer +ATTRIBUTE Compatible-Tunnel-IPX 7 integer + +END-VENDOR Compatible |