~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to share/dictionary.hp

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20091123035737-zsgtzhfych8hir68
Tags: 2.1.7+dfsg-1
* Adopting the package, closes: #536623.
* New upstream version, closes: #513484.
  + Fixes the blooper in unlang evaluation logic, closes: #526175.
* Used quilt (and added README.source), and moved upstream file patching
  into debian/patches/. The source is no longer in collab-maint git
  (to make it simpler for me to finally get this out the door), but
  kept the .gitignore should we need that again.
* Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
* Dropped the raddb/Makefile patch (problem no longer exists upstream).
* Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
  upstream 2.0.5 anyway).
* Dropped references to otp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Dropped references to snmp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Ship /etc/freeradius/modules/* in the freeradius package.
* Stop shipping sites-enabled symlinks in the package and instead create
  them only on initial install, thanks to Matej Vela, closes: #533396.
* Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
  at the request of John Morrissey, closes: #550143.
* Stop installing /var/run/freeradius in the package to silence Lintian.
  The init script already recreates it at will.
* Remove executable bit from example.pl to silence Lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
#       HP ProCurve VSA's
5
5
#
6
 
#       $Id: dictionary.hp,v 1.4 2008/02/11 13:06:42 aland Exp $
 
6
#       $Id$
7
7
#
8
8
##############################################################################
9
9
 
14
14
 
15
15
ATTRIBUTE       HP-Privilege-Level                      1       integer
16
16
ATTRIBUTE       HP-Command-String                       2       string
17
 
ATTRIBUTE       HP-Command-Exception-Flag               3       integer
 
17
ATTRIBUTE       HP-Command-Exception                    3       integer
 
18
ATTRIBUTE       HP-Management-Protocol                  26      integer
 
19
 
 
20
#
 
21
#  HP's names for some attributes
 
22
#
 
23
ATTRIBUTE       HP-port-priority-regeneration-table     40      string
 
24
ATTRIBUTE       HP-EI-Status                            47      string
 
25
ATTRIBUTE       HP-nas-filter-rule                      61      string
18
26
 
19
27
# Access control
20
28
ATTRIBUTE       HP-Cos                                  40      string
21
 
ATTRIBUTE       HP-Rate-Limit                           46      integer
 
29
#ATTRIBUTE      HP-Rate-Limit                           46      integer
22
30
 
23
31
ATTRIBUTE       HP-Bandwidth-Max-Ingress                46      integer
24
32
ATTRIBUTE       HP-Bandwidth-Max-Egress                 48      integer
25
33
 
26
34
ATTRIBUTE       HP-Ip-Filter-Raw                        61      string
27
35
 
 
36
# HP-Command-Exception Attribute Values
 
37
VALUE   HP-Command-Exception            Permit-List             0
 
38
VALUE   HP-Command-Exception            Deny-List               1
 
39
 
 
40
# HP-Management-Protocol
 
41
VALUE   HP-Management-Protocol          HTTP                    5
 
42
VALUE   HP-Management-Protocol          HTTPS                   6
 
43
 
 
44
#
 
45
#  Conflicting attributes are commented out.
 
46
#
 
47
#ATTRIBUTE      HP-Management-Role                      26      integer
 
48
 
 
49
# HP-Management-Role
 
50
#VALUE  HP-Management-Role              SuperUser               1
 
51
#VALUE  HP-Management-Role              Monitor                 2
 
52
#VALUE  HP-Management-Role              HelpDeskManager         16
 
53
#VALUE  HP-Management-Role              NetworkAdministrator    17
 
54
#VALUE  HP-Management-Role              SystemAdministrator     18
 
55
#VALUE  HP-Management-Role              WebUserAdminstrator     19
 
56
 
 
57
#       Privilege attributes for HP-GbE2c, HP 1:10Gb, and HP 10Gb
 
58
#       Ethernet Blade Switches
 
59
#
 
60
VALUE   Service-Type                    HP-Oper                 252
 
61
VALUE   Service-Type                    HP-User                 255
 
62
 
28
63
END-VENDOR      HP