Skip to content

Commit

Permalink
Merge pull request #774 from matsimon/new-dicts
Browse files Browse the repository at this point in the history
New dictionnaries: Compatible and Ruckus
  • Loading branch information
alandekok committed Aug 31, 2014
2 parents 318f035 + 02d281d commit b8d2a01
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
21 changes: 21 additions & 0 deletions share/dictionary.compatible
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# -*- text -*-
# Copyright (C) 2014 The FreeRADIUS Server project and contributors
#
# Compatible Systems Corporation dictionary
#
# Compatible Systems was acquired by Cisco in 2000.
#

VENDOR Compatible 255

BEGIN-VENDOR Compatible

ATTRIBUTE Compatible-Tunnel-Delay 0 integer
ATTRIBUTE Compatible-Tunnel-Throughput 1 integer
ATTRIBUTE Compatible-Tunnel-Server-Endpoint 3 ipaddr
ATTRIBUTE Compatible-Tunnel-Group-Info 4 string
ATTRIBUTE Compatible-Tunnel-Password 5 string
ATTRIBUTE Compatible-Echo 6 integer
ATTRIBUTE Compatible-Tunnel-IPX 7 integer

END-VENDOR Compatible
27 changes: 27 additions & 0 deletions share/dictionary.ruckus
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -*- text -*-
# Copyright (C) 2014 The FreeRADIUS Server project and contributors
#
# Ruckus Wireless, Inc. dictionary
#
#

VENDOR Ruckus 25053

BEGIN-VENDOR Ruckus

ATTRIBUTE Ruckus-User-Groups 1 string
# Value Format: group_attr1,group_attr2,...

ATTRIBUTE Ruckus-Sta-RSSI 2 integer
ATTRIBUTE Ruckus-SSID 3 string
ATTRIBUTE Ruckus-WlanID 4 integer
ATTRIBUTE Ruckus-Location 5 string
ATTRIBUTE Ruckus-Grace-Period 6 integer
# Sent to the server, range: 1 to 14400 [minutes]

ATTRIBUTE Ruckus-SCG-CBlade-IP 7 integer
ATTRIBUTE Ruckus-SCG-DBlade-IP 8 integer
ATTRIBUTE Ruckus-Session-Type 125 integer
ATTRIBUTE Ruckus-Acct-Status 126 integer

END-VENDOR Ruckus

0 comments on commit b8d2a01

Please sign in to comment.