dictionary.telkom 1.0 KB

1234567891011121314151617181920212223242526272829
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Telkom SA - RADIUS dictionary
  6. # Used to convey Telkom Specific Information in proxied requests
  7. # EDS 20031007 eddie@saix.net
  8. #
  9. # $Id: 687677cbbf9eb3d9cfa1ca955d92bfb027ad7f51 $
  10. #
  11. ##############################################################################
  12. VENDOR Telkom 1431
  13. BEGIN-VENDOR Telkom
  14. # Access-Type is used to describe the Access Medium used eg
  15. # Dial/ADSL/VSAT etc. Used in both Access-Requests and Accounting
  16. ATTRIBUTE Telkom-Access-Type 1 string
  17. #
  18. # Service-Type is used to indicate the Service used main in conjunction
  19. # with the SSG. Used in both Access-Requests and Accounting
  20. ATTRIBUTE Telkom-Service-Type 2 string
  21. # YFi Hotspot Manager trick to implement government regulation (South African)
  22. ATTRIBUTE Telkom-Degrade-Token 200 string
  23. END-VENDOR Telkom