~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to share/dictionary.riverstone

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
##############################################################################
 
3
#
 
4
#  Riverstone Networks' RADIUS VSAs
 
5
#  *** For RapidOS Versions 9.1 and above ONLY ***
 
6
#
 
7
#  $Id: dictionary.riverstone,v 1.1.2.2 2006/07/26 23:00:20 aland Exp $
 
8
#
 
9
##############################################################################
 
10
 
 
11
VENDOR          Riverstone                      5567
 
12
 
 
13
#
 
14
#  Riverstone-Command
 
15
#
 
16
#  This attribute is sent in Accounting-Requests, and contains text
 
17
#  from the admin's CLI session.
 
18
#
 
19
BEGIN-VENDOR    Riverstone
 
20
 
 
21
ATTRIBUTE       Riverstone-Command                      1       string
 
22
 
 
23
#
 
24
#  This attribute is sent in Accounting-Requests, as a duplicate
 
25
#  of syslog for system event messages.
 
26
#
 
27
ATTRIBUTE       Riverstone-System-Event                 2       string
 
28
 
 
29
#
 
30
#  This attribute is sent in Accounting-Requests, to log changes
 
31
#  made via SNMP.
 
32
#
 
33
ATTRIBUTE       Riverstone-SNMP-Config-Change           3       string
 
34
 
 
35
#
 
36
#  This attribute should be sent in Access-Accept packets, to set
 
37
#  the privilege level.  It MUST be sent when the device is operating
 
38
#  in Mult-User Access mode.
 
39
#
 
40
ATTRIBUTE       Riverstone-User-Level                   4       integer
 
41
 
 
42
END-VENDOR      Riverstone