wireshark/radius/dictionary.dragonwave
Anish Bhatt 7b4215dafa [Radius] Update dictionaries from freeradius 3.0.4
Update includes all new/renamed dictionaries in radius, but does not cover any differences in already included dictionaries, which will be handled in  a separate update.

Change-Id: I6d1e1cc1815423fb71ec940366964a366ab41a25
Reviewed-on: https://code.wireshark.org/review/4947
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-11-03 07:22:58 +00:00

30 lines
797 B
Text

# -*- text -*-
# Copyright (C) 2014 The FreeRADIUS Server project and contributors
##############################################################################
#
# Dragonwave
# http://www.dragonwaveinc.comw
#
# $Id: 7a79414c8fcfefb1e7de7fb985603ae34c1c6ff8 $
#
##############################################################################
VENDOR DragonWave 7262
BEGIN-VENDOR DragonWave
# Used to determine the user login privilege level.
ATTRIBUTE DragonWave-Privilege-Level 1 integer
# Read-only access.
VALUE DragonWave-Privilege-Level DragonWave-Admin-User 1
# Limited read-write access.
VALUE DragonWave-Privilege-Level DragonWave-NOC-User 2
# Unlimited read-write access.
VALUE DragonWave-Privilege-Level DragonWave-Super-User 3
END-VENDOR DragonWave