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

« back to all changes in this revision

Viewing changes to share/dictionary.infonet

  • 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:
 
1
#
 
2
# dictionary.infonet
 
3
#
 
4
#               Accounting VSAs by
 
5
#               "Bernard Lhoas from Infonet" <Bernard_Lhoas@infonet.com>
 
6
#
 
7
# Version:      @(#)dictionary.infonet  1.00
 
8
#
 
9
 
 
10
VENDOR          infonet                         4453
 
11
 
 
12
#
 
13
#       Standard attribute
 
14
#
 
15
# I would like to change the attribute number of Infonet-Account-Number
 
16
# but we are already using it in production and changing could get
 
17
# messy. Same with Infonet-Type.  -Clark
 
18
BEGIN-VENDOR    infonet
 
19
 
 
20
ATTRIBUTE       Infonet-Proxy                           238     string
 
21
ATTRIBUTE       Infonet-Config                          239     string
 
22
ATTRIBUTE       Infonet-MCS-Country                     240     string
 
23
ATTRIBUTE       Infonet-MCS-Region                      241     string
 
24
ATTRIBUTE       Infonet-MCS-Off-Peak                    242     string
 
25
ATTRIBUTE       Infonet-MCS-Overflow                    243     string
 
26
ATTRIBUTE       Infonet-MCS-Port                        244     string
 
27
ATTRIBUTE       Infonet-MCS-Port-Count                  245     string
 
28
ATTRIBUTE       Infonet-Account-Number                  247     string
 
29
ATTRIBUTE       Infonet-Type                            248     string
 
30
 
 
31
#
 
32
#       Infonet-Specific Attributes
 
33
#
 
34
# Note: Only Attributes < 256 will go on the wire. They are known as
 
35
#       "wire attributes".
 
36
#       Attributes > 256 don't get sent to a NAS and don't get forwarded
 
37
#       to a proxy site. This includes accounting packets as well as
 
38
#       auth packets.
 
39
#
 
40
ATTRIBUTE       Infonet-Pool-Request                    252     string
 
41
ATTRIBUTE       Infonet-Surcharge-Type                  254     integer
 
42
ATTRIBUTE       Infonet-NAS-Location                    255     string
 
43
ATTRIBUTE       Infonet-Random-IP-Pool                  246     string
 
44
#
 
45
ATTRIBUTE       Infonet-Realm-Type                      249     string
 
46
ATTRIBUTE       Infonet-LoginHost-Dest                  250     string
 
47
ATTRIBUTE       Infonet-Tunnel-Decision-IP              251     string
 
48
 
 
49
 
 
50
END-VENDOR      infonet