Initial revision
[freeradius.git] / src / include / radius.h
1 /*
2  * radius.h     Constants of the radius protocol.
3  *
4  * Version:     @(#)radius.h  1.10  24-Jul-1999  miquels@cistron.nl
5  *
6  */
7
8
9 #define PW_TYPE_STRING                  0
10 #define PW_TYPE_INTEGER                 1
11 #define PW_TYPE_IPADDR                  2
12 #define PW_TYPE_DATE                    3
13
14 #define PW_AUTHENTICATION_REQUEST       1
15 #define PW_AUTHENTICATION_ACK           2
16 #define PW_AUTHENTICATION_REJECT        3
17 #define PW_ACCOUNTING_REQUEST           4
18 #define PW_ACCOUNTING_RESPONSE          5
19 #define PW_ACCOUNTING_STATUS            6
20 #define PW_PASSWORD_REQUEST             7
21 #define PW_PASSWORD_ACK                 8
22 #define PW_PASSWORD_REJECT              9
23 #define PW_ACCOUNTING_MESSAGE           10
24 #define PW_ACCESS_CHALLENGE             11
25
26 #define PW_USER_NAME                    1
27 #define PW_PASSWORD                     2
28 #define PW_CHAP_PASSWORD                3
29 #define PW_NAS_IP_ADDRESS               4
30 #define PW_NAS_PORT_ID                  5
31 #define PW_SERVICE_TYPE                 6
32 #define PW_FRAMED_PROTOCOL              7
33 #define PW_FRAMED_IP_ADDRESS            8
34 #define PW_FRAMED_IP_NETMASK            9
35 #define PW_FRAMED_ROUTING               10
36 #define PW_FILTER_ID                    11
37 #define PW_FRAMED_MTU                   12
38 #define PW_FRAMED_COMPRESSION           13
39 #define PW_LOGIN_IP_HOST                14
40 #define PW_LOGIN_SERVICE                15
41 #define PW_LOGIN_TCP_PORT               16
42 #define PW_OLD_PASSWORD                 17
43 #define PW_REPLY_MESSAGE                18
44 #define PW_CALLBACK_NUMBER              19
45 #define PW_CALLBACK_ID                  20
46 #define PW_EXPIRATION                   21
47 #define PW_FRAMED_ROUTE                 22
48 #define PW_FRAMED_IPXNET                23
49 #define PW_STATE                        24
50 #define PW_CLASS                        25
51 #define PW_VENDOR_SPECIFIC              26
52 #define PW_SESSION_TIMEOUT              27
53 #define PW_IDLE_TIMEOUT                 28
54 #define PW_CALLED_STATION_ID            30
55 #define PW_CALLING_STATION_ID           31
56 #define PW_PROXY_STATE                  33
57
58 #define PW_ACCT_STATUS_TYPE             40
59 #define PW_ACCT_DELAY_TIME              41
60 #define PW_ACCT_INPUT_OCTETS            42
61 #define PW_ACCT_OUTPUT_OCTETS           43
62 #define PW_ACCT_SESSION_ID              44
63 #define PW_ACCT_AUTHENTIC               45
64 #define PW_ACCT_SESSION_TIME            46
65 #define PW_ACCT_INPUT_REQUESTS          47
66 #define PW_ACCT_OUTPUT_REQUESTS         48
67
68 #define PW_CHAP_CHALLENGE               60
69 #define PW_NAS_PORT_TYPE                61
70 #define PW_PORT_LIMIT                   62
71 #define PW_CONNECT_INFO                 77
72
73 #define PW_HUNTGROUP_NAME               221
74 #define PW_AUTHTYPE                     1000
75 #define PW_PREFIX                       1003
76 #define PW_SUFFIX                       1004
77 #define PW_GROUP                        1005
78 #define PW_CRYPT_PASSWORD               1006
79 #define PW_CONNECT_RATE                 1007
80 #define PW_USER_CATEGORY                1029
81 #define PW_GROUP_NAME                   1030
82 #define PW_SIMULTANEOUS_USE             1034
83 #define PW_STRIP_USERNAME               1035
84 #define PW_FALL_THROUGH                 1036
85 #define PW_ADD_PORT_TO_IP_ADDRESS       1037
86 #define PW_EXEC_PROGRAM                 1038
87 #define PW_EXEC_PROGRAM_WAIT            1039
88 #define PW_HINT                         1040
89 #define PAM_AUTH_ATTR                   1041
90 #define PW_LOGIN_TIME                   1042
91 #define PW_STRIPPED_USERNAME            1042
92
93 /*
94  *      Integer Translations
95  */
96
97 /*      User Types      */
98
99 #define PW_LOGIN_USER                   1
100 #define PW_FRAMED_USER                  2
101 #define PW_DIALBACK_LOGIN_USER          3
102 #define PW_DIALBACK_FRAMED_USER         4
103
104 /*      Framed Protocols        */
105
106 #define PW_PPP                          1
107 #define PW_SLIP                         2
108
109 /*      Framed Routing Values   */
110
111 #define PW_NONE                         0
112 #define PW_BROADCAST                    1
113 #define PW_LISTEN                       2
114 #define PW_BROADCAST_LISTEN             3
115
116 /*      Framed Compression Types        */
117
118 #define PW_VAN_JACOBSEN_TCP_IP          1
119
120 /*      Login Services  */
121
122 #define PW_TELNET                       0
123 #define PW_RLOGIN                       1
124 #define PW_TCP_CLEAR                    2
125 #define PW_PORTMASTER                   3
126
127 /*      Authentication Level    */
128
129 #define PW_AUTHTYPE_LOCAL               0
130 #define PW_AUTHTYPE_SYSTEM              1
131 #define PW_AUTHTYPE_SECURID             2
132 #define PW_AUTHTYPE_CRYPT               3
133 #define PW_AUTHTYPE_REJECT              4
134 #define PW_AUTHTYPE_PAM                 253
135 #define PW_AUTHTYPE_ACCEPT              254
136
137 /*      Port Types              */
138
139 #define PW_NAS_PORT_ASYNC               0
140 #define PW_NAS_PORT_SYNC                1
141 #define PW_NAS_PORT_ISDN                2
142 #define PW_NAS_PORT_ISDN_V120           3
143 #define PW_NAS_PORT_ISDN_V110           4
144
145 /*      Status Types    */
146
147 #define PW_STATUS_START                 1
148 #define PW_STATUS_STOP                  2
149 #define PW_STATUS_ALIVE                 3
150 #define PW_STATUS_ACCOUNTING_ON         7
151 #define PW_STATUS_ACCOUNTING_OFF        8
152