Merge pull request #2003 from mcnewton/v3.0.x
[freeradius.git] / share / dictionary.dragonwave
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 ##############################################################################
4 #
5 #       Dragonwave
6 #       http://www.dragonwaveinc.comw
7 #
8 #       $Id$
9 #
10 ##############################################################################
11
12 VENDOR          DragonWave                      7262
13
14 BEGIN-VENDOR    DragonWave
15
16 # Used to determine the user login privilege level.
17 ATTRIBUTE       DragonWave-Privilege-Level              1       integer
18
19 #        Read-only access.
20
21 VALUE   DragonWave-Privilege-Level      DragonWave-Admin-User   1
22
23 #         Limited read-write access.
24 VALUE   DragonWave-Privilege-Level      DragonWave-NOC-User     2
25
26 #         Unlimited read-write access.
27 VALUE   DragonWave-Privilege-Level      DragonWave-Super-User   3
28
29 END-VENDOR    DragonWave