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

« back to all changes in this revision

Viewing changes to share/dictionary.rfc2868

  • 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
#       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