~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to share/dictionary.hp

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2010-10-14 21:51:51 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101014215151-po7jgf8lyf0zq5ht
Tags: 2.1.10+dfsg-1
* New upstream version, closes a bunch of reproducible SNAFUs,
  including two tagged as security issues, CVE-2010-3696, CVE-2010-3697,
  closes: #600176.
* Build-depend on newer Libtool because of lt_dladvise_init(), also
  upstream now has a configure check so we no longer need a patch,
  yet we still don't want the old behaviour. Noticed by John Morrissey,
  closes: #584151.
* Added the /etc/default/freeradius file as suggested by
  Rudy Gevaert and Matthew Newton, closes: #564716.
* Stop symlinking /dev/urandom into /etc/freeradius/certs/random,
  it breaks grep -r in /etc. Instead, replace it inside eap.conf,
  both in the new shipped conffile and in postinst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
VENDOR          HP                              11
11
11
 
 
12
#
 
13
# Attributes supported by HP ProCurve wired networking devices
 
14
#
 
15
BEGIN-VENDOR    HP
 
16
 
12
17
# Management authorization
13
 
BEGIN-VENDOR    HP
14
 
 
15
18
ATTRIBUTE       HP-Privilege-Level                      1       integer
16
19
ATTRIBUTE       HP-Command-String                       2       string
17
20
ATTRIBUTE       HP-Command-Exception                    3       integer
18
21
ATTRIBUTE       HP-Management-Protocol                  26      integer
19
22
 
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
 
23
# Dynamic port-access attributes
 
24
ATTRIBUTE       HP-Port-Client-Limit-Dot1x              10      integer
 
25
ATTRIBUTE       HP-Port-Client-Limit-MA                 11      integer
 
26
ATTRIBUTE       HP-Port-Client-Limit-WA                 12      integer
 
27
ATTRIBUTE       HP-Port-Auth-Mode-Dot1x                 13      integer
 
28
 
 
29
# Client QoS attributes
 
30
ATTRIBUTE       HP-Port-Priority-Regeneration-Table     40      string
26
31
 
27
32
# Access control
28
33
ATTRIBUTE       HP-Cos                                  40      string
33
38
 
34
39
ATTRIBUTE       HP-Ip-Filter-Raw                        61      string
35
40
 
 
41
# Client ACL attributes
 
42
ATTRIBUTE       HP-Nas-Filter-Rule                      61      string
 
43
ATTRIBUTE       HP-Nas-Rules-IPv6                       63      integer
 
44
 
 
45
# VLAN assignment attributes
 
46
ATTRIBUTE       HP-Egress-VLANID                        64      integer
 
47
ATTRIBUTE       HP-Egress-VLAN-Name                     65      string
 
48
 
36
49
# See http://wiki.freeradius.org/HP#Capability_advertisements
37
50
ATTRIBUTE       HP-Capability-Advert                    255     octets
38
51
 
 
52
# HP-Port-Auth-Mode-Dot1x Attribute Values
 
53
VALUE   HP-Port-Auth-Mode-Dot1x         Port-Based              1
 
54
VALUE   HP-Port-Auth-Mode-Dot1x         User-Based              2
 
55
 
39
56
# HP-Command-Exception Attribute Values
40
57
VALUE   HP-Command-Exception            Permit-List             0
41
58
VALUE   HP-Command-Exception            Deny-List               1