dictionary.dragonwave 826 B

1234567891011121314151617181920212223242526272829
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Dragonwave
  6. # http://www.dragonwaveinc.comw
  7. #
  8. # $Id: 60a37d053d47f66f22bd8163e3697f2389020747 $
  9. #
  10. ##############################################################################
  11. VENDOR DragonWave 7262
  12. BEGIN-VENDOR DragonWave
  13. # Used to determine the user login privilege level.
  14. ATTRIBUTE DragonWave-Privilege-Level 1 integer
  15. # Read-only access.
  16. VALUE DragonWave-Privilege-Level DragonWave-Admin-User 1
  17. # Limited read-write access.
  18. VALUE DragonWave-Privilege-Level DragonWave-NOC-User 2
  19. # Unlimited read-write access.
  20. VALUE DragonWave-Privilege-Level DragonWave-Super-User 3
  21. END-VENDOR DragonWave