dictionary.chillispot 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # ChilliSpot (and CoovaChilli) captive portal
  6. # http://www.chillispot.org
  7. # http://coova.org/wiki/index.php/CoovaChilli
  8. #
  9. # $Id: e1e96effc16f678bd939dca7d779285fdc3cd126 $
  10. #
  11. ##############################################################################
  12. VENDOR ChilliSpot 14559
  13. BEGIN-VENDOR ChilliSpot
  14. ATTRIBUTE ChilliSpot-Max-Input-Octets 1 integer
  15. ATTRIBUTE ChilliSpot-Max-Output-Octets 2 integer
  16. ATTRIBUTE ChilliSpot-Max-Total-Octets 3 integer
  17. ATTRIBUTE ChilliSpot-Bandwidth-Max-Up 4 integer
  18. ATTRIBUTE ChilliSpot-Bandwidth-Max-Down 5 integer
  19. ATTRIBUTE ChilliSpot-Config 6 string
  20. ATTRIBUTE ChilliSpot-Lang 7 string
  21. ATTRIBUTE ChilliSpot-Version 8 string
  22. ATTRIBUTE ChilliSpot-OriginalURL 9 string
  23. # Configuration management parameters (ChilliSpot Only)
  24. ATTRIBUTE ChilliSpot-UAM-Allowed 100 string
  25. ATTRIBUTE ChilliSpot-MAC-Allowed 101 string
  26. ATTRIBUTE ChilliSpot-Interval 102 integer
  27. # Inline with RFC 2882 use of VSE-Authorize-Only for remote config
  28. # Note that 14559 = 0x38df is used as prefix for the VSE.
  29. # This is recognized as the best (but bad) way of doing VSEs.
  30. # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
  31. VALUE Service-Type ChilliSpot-Authorize-Only 0x38df0001
  32. END-VENDOR ChilliSpot