dictionary.infonet 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # dictionary.infonet
  5. #
  6. # Accounting VSAs by
  7. # "Bernard Lhoas from Infonet" <Bernard_Lhoas@infonet.com>
  8. #
  9. # Version: @(#)dictionary.infonet 1.00
  10. #
  11. VENDOR infonet 4453
  12. #
  13. # Standard attribute
  14. #
  15. # I would like to change the attribute number of Infonet-Account-Number
  16. # but we are already using it in production and changing could get
  17. # messy. Same with Infonet-Type. -Clark
  18. BEGIN-VENDOR infonet
  19. ATTRIBUTE Infonet-Proxy 238 string
  20. ATTRIBUTE Infonet-Config 239 string
  21. ATTRIBUTE Infonet-MCS-Country 240 string
  22. ATTRIBUTE Infonet-MCS-Region 241 string
  23. ATTRIBUTE Infonet-MCS-Off-Peak 242 string
  24. ATTRIBUTE Infonet-MCS-Overflow 243 string
  25. ATTRIBUTE Infonet-MCS-Port 244 string
  26. ATTRIBUTE Infonet-MCS-Port-Count 245 string
  27. ATTRIBUTE Infonet-Account-Number 247 string
  28. ATTRIBUTE Infonet-Type 248 string
  29. #
  30. # Infonet-Specific Attributes
  31. #
  32. # Note: Only Attributes < 256 will go on the wire. They are known as
  33. # "wire attributes".
  34. # Attributes > 256 don't get sent to a NAS and don't get forwarded
  35. # to a proxy site. This includes accounting packets as well as
  36. # auth packets.
  37. #
  38. ATTRIBUTE Infonet-Pool-Request 252 string
  39. ATTRIBUTE Infonet-Surcharge-Type 254 integer
  40. ATTRIBUTE Infonet-NAS-Location 255 string
  41. ATTRIBUTE Infonet-Random-IP-Pool 246 string
  42. #
  43. ATTRIBUTE Infonet-Realm-Type 249 string
  44. ATTRIBUTE Infonet-LoginHost-Dest 250 string
  45. ATTRIBUTE Infonet-Tunnel-Decision-IP 251 string
  46. END-VENDOR infonet