~ubuntu-branches/ubuntu/dapper/freeradius/dapper-updates

« back to all changes in this revision

Viewing changes to share/dictionary.rfc2868

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060115133413-92geefww41y7hqi8
Tags: 1.1.0-1
* ReDebianise upstream tarball:
  - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
                  2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
                  draft-kamath-pppext-eap-mschapv2-00

* New FreeRADIUS modules marked stable by new upstream release
  - rlm_perl
  - rlm_sqlcounter
  - rlm_sql_log + radsqlrelay
  - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)

* Remove upstream-integrated patches:
  - 02_EAP-SIM_doesnt_need_openssl
  - 03_X99_is_not_stable
  - 07_manpage_fixups
  - 09_use_crypth_if_we_have_it
  - 10_escape_entire_ldap_string
  - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
  - 12_dialup_admin_various_fixes

* More dialup-admin fixes from Arve Seljebu
  - Fix redirects in dialup-admin pages on servers with
    register_globals turned off.
    Closes: #333704
  - HTTP form fields will always fail is_int, use in_numeric instead
    Closes: #335149
  - Created 12_more_dialup_admin_various_fixes

* Update to Policy 3.6.2.0
* Upgrade Debhelper support to V5
* Don't install the .in files with the examples
* Prefer libmysqlclient15-dev
  Closes: #343779
* Shared secrets can only be 31 characters long, note this in clients.conf
  - Created 02_document_actual_shared_secret_maximum_length
  Closes: 344606
* Added support for lsb-init functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
#
 
3
#       Attributes and values defined in RFC 2868.
 
4
#       http://www.ietf.org/rfc/rfc2868.txt
 
5
#
 
6
#       $Id: dictionary.rfc2868,v 1.3.2.1 2005/11/30 22:17:30 aland Exp $
 
7
#
 
8
ATTRIBUTE       Tunnel-Type                             64      integer has_tag
 
9
ATTRIBUTE       Tunnel-Medium-Type                      65      integer has_tag
 
10
ATTRIBUTE       Tunnel-Client-Endpoint                  66      string  has_tag
 
11
ATTRIBUTE       Tunnel-Server-Endpoint                  67      string  has_tag
 
12
 
 
13
ATTRIBUTE       Tunnel-Password                         69      string  has_tag,encrypt=2
 
14
 
 
15
ATTRIBUTE       Tunnel-Private-Group-Id                 81      string  has_tag
 
16
ATTRIBUTE       Tunnel-Assignment-Id                    82      string  has_tag
 
17
ATTRIBUTE       Tunnel-Preference                       83      integer has_tag
 
18
 
 
19
ATTRIBUTE       Tunnel-Client-Auth-Id                   90      string  has_tag
 
20
ATTRIBUTE       Tunnel-Server-Auth-Id                   91      string  has_tag
 
21
 
 
22
#       Tunnel Type
 
23
 
 
24
VALUE   Tunnel-Type                     PPTP                    1
 
25
VALUE   Tunnel-Type                     L2F                     2
 
26
VALUE   Tunnel-Type                     L2TP                    3
 
27
VALUE   Tunnel-Type                     ATMP                    4
 
28
VALUE   Tunnel-Type                     VTP                     5
 
29
VALUE   Tunnel-Type                     AH                      6
 
30
VALUE   Tunnel-Type                     IP                      7
 
31
VALUE   Tunnel-Type                     MIN-IP                  8
 
32
VALUE   Tunnel-Type                     ESP                     9
 
33
VALUE   Tunnel-Type                     GRE                     10
 
34
VALUE   Tunnel-Type                     DVS                     11
 
35
VALUE   Tunnel-Type                     IP-in-IP                12
 
36
 
 
37
#       Tunnel Medium Type
 
38
 
 
39
VALUE   Tunnel-Medium-Type              IP                      1
 
40
VALUE   Tunnel-Medium-Type              X25                     2
 
41
VALUE   Tunnel-Medium-Type              ATM                     3
 
42
VALUE   Tunnel-Medium-Type              Frame-Relay             4
 
43
VALUE   Tunnel-Medium-Type              BBN-1822                5
 
44
VALUE   Tunnel-Medium-Type              IEEE-802                6
 
45
VALUE   Tunnel-Medium-Type              E.163                   7
 
46
VALUE   Tunnel-Medium-Type              E.164                   8
 
47
VALUE   Tunnel-Medium-Type              F.69                    9
 
48
VALUE   Tunnel-Medium-Type              X.121                   10
 
49
VALUE   Tunnel-Medium-Type              IPX                     11
 
50
VALUE   Tunnel-Medium-Type              Appletalk               12
 
51
VALUE   Tunnel-Medium-Type              DecNet-IV               13
 
52
VALUE   Tunnel-Medium-Type              Banyan-Vines            14
 
53
VALUE   Tunnel-Medium-Type              E.164-NSAP              15