Removed duplicate definitions of attributes
[freeradius.git] / src / include / radius.h
1 /*
2  * radius.h     Constants of the radius protocol.
3  *
4  * Version:     $Id$
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 #define PW_TYPE_ABINARY                 4
14 #define PW_TYPE_OCTETS                  5
15
16 #define PW_AUTHENTICATION_REQUEST       1
17 #define PW_AUTHENTICATION_ACK           2
18 #define PW_AUTHENTICATION_REJECT        3
19 #define PW_ACCOUNTING_REQUEST           4
20 #define PW_ACCOUNTING_RESPONSE          5
21 #define PW_ACCOUNTING_STATUS            6
22 #define PW_PASSWORD_REQUEST             7
23 #define PW_PASSWORD_ACK                 8
24 #define PW_PASSWORD_REJECT              9
25 #define PW_ACCOUNTING_MESSAGE           10
26 #define PW_ACCESS_CHALLENGE             11
27 #define PW_STATUS_SERVER                12
28 #define PW_STATUS_CLIENT                13
29
30 #define PW_USER_NAME                    1
31 #define PW_USER_PASSWORD                2
32 #define PW_PASSWORD                     2
33 #define PW_CHAP_PASSWORD                3
34 #define PW_NAS_IP_ADDRESS               4
35 #define PW_NAS_PORT                     5
36 /*
37  *  FIXME: We should remove this...
38  */
39 #define PW_NAS_PORT_ID                  5
40 #define PW_SERVICE_TYPE                 6
41 #define PW_FRAMED_PROTOCOL              7
42 #define PW_FRAMED_IP_ADDRESS            8
43 #define PW_FRAMED_IP_NETMASK            9
44 #define PW_FRAMED_ROUTING               10
45 #define PW_FILTER_ID                    11
46 #define PW_FRAMED_MTU                   12
47 #define PW_FRAMED_COMPRESSION           13
48 #define PW_LOGIN_IP_HOST                14
49 #define PW_LOGIN_SERVICE                15
50 #define PW_LOGIN_TCP_PORT               16
51 #define PW_OLD_PASSWORD                 17
52 #define PW_REPLY_MESSAGE                18
53 #define PW_CALLBACK_NUMBER              19
54 #define PW_CALLBACK_ID                  20
55 #if 0
56 /*
57  *  Deprecated, and no longer used.
58  */
59 #define PW_EXPIRATION                   21
60 #endif
61 #define PW_FRAMED_ROUTE                 22
62 #define PW_FRAMED_IPXNET                23
63 #define PW_STATE                        24
64 #define PW_CLASS                        25
65 #define PW_VENDOR_SPECIFIC              26
66 #define PW_SESSION_TIMEOUT              27
67 #define PW_IDLE_TIMEOUT                 28
68 #define PW_CALLED_STATION_ID            30
69 #define PW_CALLING_STATION_ID           31
70 #define PW_NAS_IDENTIFIER               32
71 #define PW_PROXY_STATE                  33
72
73 #define PW_ACCT_STATUS_TYPE             40
74 #define PW_ACCT_DELAY_TIME              41
75 #define PW_ACCT_INPUT_OCTETS            42
76 #define PW_ACCT_OUTPUT_OCTETS           43
77 #define PW_ACCT_SESSION_ID              44
78 #define PW_ACCT_AUTHENTIC               45
79 #define PW_ACCT_SESSION_TIME            46
80 #define PW_ACCT_INPUT_PACKETS           47
81 #define PW_ACCT_OUTPUT_PACKETS          48
82 #define PW_ACCT_TERMINATE_CAUSE         49
83
84 #define PW_EVENT_TIMESTAMP              55
85
86 #define PW_CHAP_CHALLENGE               60
87 #define PW_NAS_PORT_TYPE                61
88 #define PW_PORT_LIMIT                   62
89
90 #define PW_ARAP_PASSWORD                70
91 #define PW_ARAP_FEATURES                71
92 #define PW_ARAP_ZONE_ACCESS             72
93 #define PW_ARAP_SECURITY                73
94 #define PW_ARAP_SECURITY_DATA           74
95 #define PW_PASSWORD_RETRY               75
96 #define PW_PROMPT                       76
97 #define PW_CONNECT_INFO                 77
98 #define PW_CONFIGURATION_TOKEN          78
99 #define PW_EAP_MESSAGE                  79
100 #define PW_MESSAGE_AUTHENTICATOR        80
101
102 #define PW_ARAP_CHALLENGE_RESPONSE      84
103 #define PW_NAS_PORT_ID_STRING           87
104 #define PW_FRAMED_POOL                  88
105
106 #define PW_DIGEST_RESPONSE              206
107 #define PW_DIGEST_ATTRIBUTES            207
108
109 #define PW_FALL_THROUGH                 500
110 #define PW_ADD_PORT_TO_IP_ADDRESS       501
111 #define PW_EXEC_PROGRAM                 502
112 #define PW_EXEC_PROGRAM_WAIT            503
113
114 #define PW_AUTHTYPE                     1000
115 #define PW_PREFIX                       1003
116 #define PW_SUFFIX                       1004
117 #define PW_GROUP                        1005
118 #define PW_CRYPT_PASSWORD               1006
119 #define PW_CONNECT_RATE                 1007
120 #define PW_ADD_PREFIX                   1008
121 #define PW_ADD_SUFFIX                   1009
122 #define PW_EXPIRATION                   1010
123 #define PW_AUTZTYPE                     1011
124 #define PW_ACCTTYPE                     1012
125 #define PW_SESSTYPE                     1013
126 #define PW_POSTAUTHTYPE                 1014
127 #define PW_USER_CATEGORY                1029
128 #define PW_GROUP_NAME                   1030
129 #define PW_HUNTGROUP_NAME               1031
130 #define PW_SIMULTANEOUS_USE             1034
131 #define PW_STRIP_USER_NAME              1035
132 #define PW_HINT                         1040
133 #define PAM_AUTH_ATTR                   1041
134 #define PW_LOGIN_TIME                   1042
135 #define PW_STRIPPED_USER_NAME           1043
136 #define PW_CURRENT_TIME                 1044
137 #define PW_REALM                        1045
138 #define PW_NO_SUCH_ATTRIBUTE            1046
139 #define PW_PACKET_TYPE                  1047
140 #define PW_PROXY_TO_REALM               1048
141 #define PW_REPLICATE_TO_REALM           1049
142 #define PW_ACCT_SESSION_START_TIME      1050
143 #define PW_ACCT_UNIQUE_SESSION_ID       1051
144 #define PW_CLIENT_IP_ADDRESS            1052
145 #define PW_LDAP_USERDN                  1053
146 #define PW_NS_MTA_MD5_PASSWORD          1054
147 #define PW_SQL_USER_NAME                1055
148 #define PW_LM_PASSWORD                  1057
149 #define PW_NT_PASSWORD                  1058
150 #define PW_SMB_ACCOUNT_CTRL             1059
151 #define PW_SMB_ACCOUNT_CTRL_TEXT        1061
152 #define PW_USER_PROFILE                 1062
153 #define PW_DIGEST_REALM                 1063
154 #define PW_DIGEST_NONCE                 1064
155 #define PW_DIGEST_METHOD                1065
156 #define PW_DIGEST_URI                   1066
157 #define PW_DIGEST_QOP                   1067
158 #define PW_DIGEST_ALGORITHM             1068
159 #define PW_DIGEST_BODY_DIGEST           1069
160 #define PW_DIGEST_CNONCE                1070
161 #define PW_DIGEST_NONCE_COUNT           1071
162 #define PW_DIGEST_USER_NAME             1072
163 #define PW_POOL_NAME                    1073
164 #define PW_LDAP_GROUP                   1074
165 #define PW_MODULE_SUCCESS_MESSAGE       1075
166 #define PW_MODULE_FAILURE_MESSAGE       1076
167 #define PW_X99_FAST                     1077
168 #define PW_REWRITE_RULE                 1078
169 #define PW_SQL_GROUP                    1079
170 #define PW_RESPONSE_PACKET_TYPE         1080
171
172 /*
173  *      Integer Translations
174  */
175
176 /*      User Types      */
177
178 #define PW_LOGIN_USER                   1
179 #define PW_FRAMED_USER                  2
180 #define PW_CALLBACK_LOGIN_USER          3
181 #define PW_CALLBACK_FRAMED_USER         4
182 #define PW_OUTBOUND_USER                5
183 #define PW_ADMINISTRATIVE_USER          6
184 #define PW_NAS_PROMPT_USER              7
185 #define PW_AUTHENTICATE_ONLY            8
186 #define PW_CALLBACK_NAS_PROMPT          9
187               
188 /*      Framed Protocols        */
189
190 #define PW_PPP                          1
191 #define PW_SLIP                         2
192
193 /*      Framed Routing Values   */
194
195 #define PW_NONE                         0
196 #define PW_BROADCAST                    1
197 #define PW_LISTEN                       2
198 #define PW_BROADCAST_LISTEN             3
199
200 /*      Framed Compression Types        */
201
202 #define PW_VAN_JACOBSEN_TCP_IP          1
203
204 /*      Login Services  */
205
206 #define PW_TELNET                       0
207 #define PW_RLOGIN                       1
208 #define PW_TCP_CLEAR                    2
209 #define PW_PORTMASTER                   3
210
211 /*      Authentication Level    */
212
213 #define PW_AUTHTYPE_LOCAL               0
214 #define PW_AUTHTYPE_SYSTEM              1
215 #define PW_AUTHTYPE_SECURID             2
216 #define PW_AUTHTYPE_CRYPT               3
217 #define PW_AUTHTYPE_REJECT              4
218 #define PW_AUTHTYPE_ACTIVCARD           5
219 #define PW_AUTHTYPE_EAP                 6
220 #define PW_AUTHTYPE_ACCEPT              254
221
222 /*      Port Types              */
223
224 #define PW_NAS_PORT_ASYNC               0
225 #define PW_NAS_PORT_SYNC                1
226 #define PW_NAS_PORT_ISDN                2
227 #define PW_NAS_PORT_ISDN_V120           3
228 #define PW_NAS_PORT_ISDN_V110           4
229
230 /*      Status Types    */
231
232 #define PW_STATUS_START                 1
233 #define PW_STATUS_STOP                  2
234 #define PW_STATUS_ALIVE                 3
235 #define PW_STATUS_ACCOUNTING_ON         7
236 #define PW_STATUS_ACCOUNTING_OFF        8
237
238 /*
239  *  Vendor Private Enterprise Codes
240  */
241 #define VENDORPEC_FREERADIUS    11344
242
243
244 /*
245  * Vendor specific attributes
246  */
247 #define PW_FREERADIUS_PROXIED_TO        ((VENDORPEC_FREERADIUS<<16)|1)