dictionary.compat 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Obsolete names for backwards compatibility with older users files.
  5. # Move the $INCLUDE in the main dictionary file to the end if you want
  6. # these names to be used in the "details" logfile.
  7. #
  8. # This has been removed. Too many people get it wrong.
  9. #ATTRIBUTE Password 2 string encrypt=1
  10. ATTRIBUTE Client-Id 4 ipaddr
  11. ATTRIBUTE Client-Port-Id 5 integer
  12. ATTRIBUTE User-Service-Type 6 integer
  13. ATTRIBUTE Framed-Address 8 ipaddr
  14. ATTRIBUTE Framed-Netmask 9 ipaddr
  15. ATTRIBUTE Framed-Filter-Id 11 string
  16. ATTRIBUTE Login-Host 14 ipaddr
  17. ATTRIBUTE Login-Port 16 integer
  18. ATTRIBUTE Old-Password 17 string
  19. ATTRIBUTE Port-Message 18 string
  20. ATTRIBUTE Dialback-No 19 string
  21. ATTRIBUTE Dialback-Name 20 string
  22. ATTRIBUTE Challenge-State 24 string
  23. VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
  24. VALUE Framed-Compression VJ-TCP-IP 1
  25. VALUE Service-Type Shell-User 6
  26. VALUE Auth-Type Unix 1
  27. VALUE Service-Type Dialback-Login-User 3
  28. VALUE Service-Type Dialback-Framed-User 4
  29. VALUE Service-Type Dialout-Framed-User 5
  30. #
  31. # For compatibility with MERIT users files.
  32. #
  33. ATTRIBUTE Login-Callback-Number 19 string
  34. ATTRIBUTE Framed-Callback-Id 20 string
  35. ATTRIBUTE Client-Port-DNIS 30 string
  36. ATTRIBUTE Caller-ID 31 string
  37. VALUE Service-Type Login 1
  38. VALUE Service-Type Framed 2
  39. VALUE Service-Type Callback-Login 3
  40. VALUE Service-Type Callback-Framed 4
  41. VALUE Service-Type Exec-User 7