dictionary.prosoft 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Prosoft, as posted to the list.
  6. #
  7. # $Id: 781a0cd32c589544853af7fa71cb9e7d7929ad36 $
  8. #
  9. ##############################################################################
  10. VENDOR Prosoft 4735
  11. #
  12. # Custom Prosoft attributes.
  13. #
  14. BEGIN-VENDOR Prosoft
  15. ATTRIBUTE Prosoft-Home-Agent-Address 0 ipaddr
  16. ATTRIBUTE Prosoft-Default-Gateway 1 ipaddr
  17. ATTRIBUTE Prosoft-Primary-DNS 2 ipaddr
  18. ATTRIBUTE Prosoft-Secondary-DNS 3 ipaddr
  19. ATTRIBUTE Prosoft-Security-Parameter-Index 4 integer
  20. ATTRIBUTE Prosoft-Security-Key 5 string
  21. ATTRIBUTE Prosoft-MAC-Address 7 string
  22. ATTRIBUTE Prosoft-Authentication-Reason 8 integer
  23. ATTRIBUTE Prosoft-ATM-Interface 9 integer
  24. ATTRIBUTE Prosoft-ATM-VPI 10 integer
  25. ATTRIBUTE Prosoft-ATM-VCI 11 integer
  26. ATTRIBUTE Prosoft-RSC-Identifier 12 string
  27. ATTRIBUTE Prosoft-NPM-Identifier 13 string
  28. ATTRIBUTE Prosoft-NPM-IP 14 string
  29. ATTRIBUTE Prosoft-Sector-ID 15 string
  30. ATTRIBUTE Prosoft-Auth-Role 16 integer
  31. VALUE Prosoft-Auth-Role Read-Status 0
  32. VALUE Prosoft-Auth-Role Read-Config 1
  33. VALUE Prosoft-Auth-Role Read-Write 2
  34. VALUE Prosoft-Auth-Role Admin 3
  35. VALUE Prosoft-Auth-Role Super-user 4
  36. END-VENDOR Prosoft