patch-share_dictionary 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. --- freeradius-server-2.1.7.orig/share/dictionary 2009-09-14 16:43:29.000000000 +0200
  2. +++ freeradius-server-2.1.7/share/dictionary 2009-11-19 22:39:16.000000000 +0100
  3. @@ -1,224 +1,224 @@
  4. -# -*- text -*-
  5. -#
  6. -# Version $Id$
  7. -#
  8. -# DO NOT EDIT THE FILES IN THIS DIRECTORY
  9. -#
  10. -# The files in this directory are maintained and updated by
  11. -# the FreeRADIUS project. Newer releases of software may update
  12. -# or change these files.
  13. -#
  14. -# Use the main dictionary file (usually /etc/raddb/dictionary)
  15. -# for local system attributes and $INCLUDEs.
  16. -#
  17. -#
  18. -#
  19. -# This file contains dictionary translations for parsing
  20. -# requests and generating responses. All transactions are
  21. -# composed of Attribute/Value Pairs. The value of each attribute
  22. -# is specified as one of 4 data types. Valid data types are:
  23. -#
  24. -# text - printable, generally UTF-8 encoded (subset of 'string')
  25. -# string - 0-253 octets
  26. -# ipaddr - 4 octets in network byte order
  27. -# integer - 32 bit value in big endian order (high byte first)
  28. -# date - 32 bit value in big endian order - seconds since
  29. -# 00:00:00 GMT, Jan. 1, 1970
  30. -# ifid - 8 octets in network byte order
  31. -# ipv6addr - 16 octets in network byte order
  32. -# ipv6prefix - 18 octets in network byte order
  33. -# ether - 6 octets of hh:hh:hh:hh:hh:hh
  34. -# where 'h' is hex digits, upper or lowercase.
  35. -#
  36. -# FreeRADIUS includes extended data types which are not defined
  37. -# in the RFC's. These data types are:
  38. -#
  39. -# abinary - Ascend's binary filter format.
  40. -# octets - raw octets, printed and input as hex strings.
  41. -# e.g.: 0x123456789abcdef
  42. -#
  43. -#
  44. -# Enumerated values are stored in the user file with dictionary
  45. -# VALUE translations for easy administration.
  46. -#
  47. -# Example:
  48. -#
  49. -# ATTRIBUTE VALUE
  50. -# --------------- -----
  51. -# Framed-Protocol = PPP
  52. -# 7 = 1 (integer encoding)
  53. -#
  54. -
  55. -#
  56. -# Include compatibility dictionary for older users file. Move
  57. -# this directive to the end of this file if you want to see the
  58. -# old names in the logfiles, INSTEAD OF the new names.
  59. -#
  60. -$INCLUDE dictionary.compat
  61. -
  62. -#
  63. -# Include the RFC dictionaries next.
  64. -#
  65. -# For a complete list of the standard attributes and values,
  66. -# see:
  67. -# http://www.iana.org/assignments/radius-types
  68. -#
  69. -$INCLUDE dictionary.rfc2865
  70. -$INCLUDE dictionary.rfc2866
  71. -$INCLUDE dictionary.rfc2867
  72. -$INCLUDE dictionary.rfc2868
  73. -$INCLUDE dictionary.rfc2869
  74. -$INCLUDE dictionary.rfc3162
  75. -$INCLUDE dictionary.rfc3576
  76. -$INCLUDE dictionary.rfc3580
  77. -$INCLUDE dictionary.rfc4072
  78. -$INCLUDE dictionary.rfc4372
  79. -$INCLUDE dictionary.rfc4675
  80. -$INCLUDE dictionary.rfc4679
  81. -$INCLUDE dictionary.rfc4818
  82. -$INCLUDE dictionary.rfc4849
  83. -$INCLUDE dictionary.rfc5176
  84. -$INCLUDE dictionary.rfc5580
  85. -
  86. -#
  87. -# Include vendor dictionaries after the standard ones.
  88. +## -*- text -*-
  89. +##
  90. +## Version $Id$
  91. +##
  92. +## DO NOT EDIT THE FILES IN THIS DIRECTORY
  93. +##
  94. +## The files in this directory are maintained and updated by
  95. +## the FreeRADIUS project. Newer releases of software may update
  96. +## or change these files.
  97. +##
  98. +## Use the main dictionary file (usually /etc/raddb/dictionary)
  99. +## for local system attributes and $INCLUDEs.
  100. +##
  101. +##
  102. +##
  103. +## This file contains dictionary translations for parsing
  104. +## requests and generating responses. All transactions are
  105. +## composed of Attribute/Value Pairs. The value of each attribute
  106. +## is specified as one of 4 data types. Valid data types are:
  107. +##
  108. +## text - printable, generally UTF-8 encoded (subset of 'string')
  109. +## string - 0-253 octets
  110. +## ipaddr - 4 octets in network byte order
  111. +## integer - 32 bit value in big endian order (high byte first)
  112. +## date - 32 bit value in big endian order - seconds since
  113. +## 00:00:00 GMT, Jan. 1, 1970
  114. +## ifid - 8 octets in network byte order
  115. +## ipv6addr - 16 octets in network byte order
  116. +## ipv6prefix - 18 octets in network byte order
  117. +## ether - 6 octets of hh:hh:hh:hh:hh:hh
  118. +## where 'h' is hex digits, upper or lowercase.
  119. +##
  120. +## FreeRADIUS includes extended data types which are not defined
  121. +## in the RFC's. These data types are:
  122. +##
  123. +## abinary - Ascend's binary filter format.
  124. +## octets - raw octets, printed and input as hex strings.
  125. +## e.g.: 0x123456789abcdef
  126. +##
  127. +##
  128. +## Enumerated values are stored in the user file with dictionary
  129. +## VALUE translations for easy administration.
  130. +##
  131. +## Example:
  132. +##
  133. +## ATTRIBUTE VALUE
  134. +## --------------- -----
  135. +## Framed-Protocol = PPP
  136. +## 7 = 1 (integer encoding)
  137. +##
  138. #
  139. -$INCLUDE dictionary.3com
  140. -$INCLUDE dictionary.3gpp
  141. -$INCLUDE dictionary.3gpp2
  142. -$INCLUDE dictionary.acc
  143. -$INCLUDE dictionary.airespace
  144. -$INCLUDE dictionary.alcatel
  145. -$INCLUDE dictionary.alteon
  146. -$INCLUDE dictionary.alvarion
  147. -$INCLUDE dictionary.apc
  148. -$INCLUDE dictionary.aruba
  149. -$INCLUDE dictionary.azaire
  150. -$INCLUDE dictionary.ascend
  151. -$INCLUDE dictionary.bay
  152. -$INCLUDE dictionary.bintec
  153. -$INCLUDE dictionary.cablelabs
  154. -$INCLUDE dictionary.cabletron
  155. -$INCLUDE dictionary.chillispot
  156. -$INCLUDE dictionary.cisco
  157. +##
  158. +## Include compatibility dictionary for older users file. Move
  159. +## this directive to the end of this file if you want to see the
  160. +## old names in the logfiles, INSTEAD OF the new names.
  161. +##
  162. +##$INCLUDE dictionary.compat
  163. #
  164. -# The Cisco VPN300 dictionary is the same as the altiga one.
  165. -# You shouldn't use both at the same time.
  166. +##
  167. +## Include the RFC dictionaries next.
  168. +##
  169. +## For a complete list of the standard attributes and values,
  170. +## see:
  171. +## http://www.iana.org/assignments/radius-types
  172. +##
  173. +#$INCLUDE dictionary.rfc2865
  174. +#$INCLUDE dictionary.rfc2866
  175. +#$INCLUDE dictionary.rfc2867
  176. +#$INCLUDE dictionary.rfc2868
  177. +#$INCLUDE dictionary.rfc2869
  178. +#$INCLUDE dictionary.rfc3162
  179. +#$INCLUDE dictionary.rfc3576
  180. +#$INCLUDE dictionary.rfc3580
  181. +#$INCLUDE dictionary.rfc4072
  182. +#$INCLUDE dictionary.rfc4372
  183. +#$INCLUDE dictionary.rfc4675
  184. +#$INCLUDE dictionary.rfc4679
  185. +#$INCLUDE dictionary.rfc4818
  186. +#$INCLUDE dictionary.rfc4849
  187. +#$INCLUDE dictionary.rfc5176
  188. +#$INCLUDE dictionary.rfc5580
  189. #
  190. -#$INCLUDE dictionary.cisco.vpn3000
  191. -$INCLUDE dictionary.cisco.vpn5000
  192. -$INCLUDE dictionary.cisco.bbsm
  193. -$INCLUDE dictionary.clavister
  194. -$INCLUDE dictionary.colubris
  195. -$INCLUDE dictionary.cosine
  196. -#$INCLUDE dictionary.dhcp
  197. -$INCLUDE dictionary.digium
  198. -$INCLUDE dictionary.epygi
  199. -$INCLUDE dictionary.erx
  200. -$INCLUDE dictionary.ericsson
  201. -$INCLUDE dictionary.extreme
  202. +##
  203. +## Include vendor dictionaries after the standard ones.
  204. +##
  205. +#$INCLUDE dictionary.3com
  206. +#$INCLUDE dictionary.3gpp
  207. +#$INCLUDE dictionary.3gpp2
  208. +#$INCLUDE dictionary.acc
  209. +#$INCLUDE dictionary.airespace
  210. +#$INCLUDE dictionary.alcatel
  211. +#$INCLUDE dictionary.alteon
  212. +#$INCLUDE dictionary.alvarion
  213. +#$INCLUDE dictionary.apc
  214. +#$INCLUDE dictionary.aruba
  215. +#$INCLUDE dictionary.azaire
  216. +#$INCLUDE dictionary.ascend
  217. +#$INCLUDE dictionary.bay
  218. +#$INCLUDE dictionary.bintec
  219. +#$INCLUDE dictionary.cablelabs
  220. +#$INCLUDE dictionary.cabletron
  221. +#$INCLUDE dictionary.chillispot
  222. +#$INCLUDE dictionary.cisco
  223. +##
  224. +## The Cisco VPN300 dictionary is the same as the altiga one.
  225. +## You shouldn't use both at the same time.
  226. +##
  227. +##$INCLUDE dictionary.cisco.vpn3000
  228. +#$INCLUDE dictionary.cisco.vpn5000
  229. +#$INCLUDE dictionary.cisco.bbsm
  230. +#$INCLUDE dictionary.clavister
  231. +#$INCLUDE dictionary.colubris
  232. +#$INCLUDE dictionary.cosine
  233. +##$INCLUDE dictionary.dhcp
  234. +#$INCLUDE dictionary.digium
  235. +#$INCLUDE dictionary.epygi
  236. +#$INCLUDE dictionary.erx
  237. +#$INCLUDE dictionary.ericsson
  238. +#$INCLUDE dictionary.extreme
  239. $INCLUDE dictionary.freeradius
  240. -$INCLUDE dictionary.freeswitch
  241. -$INCLUDE dictionary.fortinet
  242. -$INCLUDE dictionary.foundry
  243. -$INCLUDE dictionary.gandalf
  244. -$INCLUDE dictionary.gemtek
  245. -$INCLUDE dictionary.h3c
  246. -$INCLUDE dictionary.hp
  247. -$INCLUDE dictionary.huawei
  248. -$INCLUDE dictionary.iea
  249. -$INCLUDE dictionary.infonet
  250. -$INCLUDE dictionary.issanni
  251. -$INCLUDE dictionary.itk
  252. -$INCLUDE dictionary.ipunplugged
  253. -$INCLUDE dictionary.juniper
  254. -$INCLUDE dictionary.jradius
  255. -$INCLUDE dictionary.karlnet
  256. -$INCLUDE dictionary.lancom
  257. -$INCLUDE dictionary.livingston
  258. -$INCLUDE dictionary.localweb
  259. -$INCLUDE dictionary.lucent
  260. -$INCLUDE dictionary.manzara
  261. -$INCLUDE dictionary.merit
  262. -$INCLUDE dictionary.microsoft
  263. -$INCLUDE dictionary.mikrotik
  264. -$INCLUDE dictionary.navini
  265. -$INCLUDE dictionary.netscreen
  266. -$INCLUDE dictionary.networkphysics
  267. -$INCLUDE dictionary.nexans
  268. -$INCLUDE dictionary.ntua
  269. -$INCLUDE dictionary.nokia
  270. -#
  271. -# Commented out because of attribute conflicts.
  272. -#
  273. -#$INCLUDE dictionary.nokia.conflict
  274. -$INCLUDE dictionary.nomadix
  275. -$INCLUDE dictionary.nortel
  276. -#
  277. -# Commented out because of attribute conflicts.
  278. +#$INCLUDE dictionary.freeswitch
  279. +#$INCLUDE dictionary.fortinet
  280. +#$INCLUDE dictionary.foundry
  281. +#$INCLUDE dictionary.gandalf
  282. +#$INCLUDE dictionary.gemtek
  283. +#$INCLUDE dictionary.h3c
  284. +#$INCLUDE dictionary.hp
  285. +#$INCLUDE dictionary.huawei
  286. +#$INCLUDE dictionary.iea
  287. +#$INCLUDE dictionary.infonet
  288. +#$INCLUDE dictionary.issanni
  289. +#$INCLUDE dictionary.itk
  290. +#$INCLUDE dictionary.ipunplugged
  291. +#$INCLUDE dictionary.juniper
  292. +#$INCLUDE dictionary.jradius
  293. +#$INCLUDE dictionary.karlnet
  294. +#$INCLUDE dictionary.lancom
  295. +#$INCLUDE dictionary.livingston
  296. +#$INCLUDE dictionary.localweb
  297. +#$INCLUDE dictionary.lucent
  298. +#$INCLUDE dictionary.manzara
  299. +#$INCLUDE dictionary.merit
  300. +#$INCLUDE dictionary.microsoft
  301. +#$INCLUDE dictionary.mikrotik
  302. +#$INCLUDE dictionary.navini
  303. +#$INCLUDE dictionary.netscreen
  304. +#$INCLUDE dictionary.networkphysics
  305. +#$INCLUDE dictionary.nexans
  306. +#$INCLUDE dictionary.ntua
  307. +#$INCLUDE dictionary.nokia
  308. +##
  309. +## Commented out because of attribute conflicts.
  310. +##
  311. +##$INCLUDE dictionary.nokia.conflict
  312. +#$INCLUDE dictionary.nomadix
  313. +#$INCLUDE dictionary.nortel
  314. +##
  315. +## Commented out because of attribute conflicts.
  316. +##
  317. +##$INCLUDE dictionary.openser
  318. +#$INCLUDE dictionary.packeteer
  319. +#$INCLUDE dictionary.patton
  320. +#$INCLUDE dictionary.propel
  321. +#$INCLUDE dictionary.prosoft
  322. +#$INCLUDE dictionary.quiconnect
  323. +#$INCLUDE dictionary.quintum
  324. +#$INCLUDE dictionary.redback
  325. +#$INCLUDE dictionary.redcreek
  326. +#$INCLUDE dictionary.riverstone
  327. +#$INCLUDE dictionary.roaringpenguin
  328. +#$INCLUDE dictionary.shasta
  329. +#$INCLUDE dictionary.shiva
  330. +#$INCLUDE dictionary.slipstream
  331. +#$INCLUDE dictionary.sonicwall
  332. +#$INCLUDE dictionary.springtide
  333. +#$INCLUDE dictionary.starent
  334. +#$INCLUDE dictionary.telebit
  335. +#$INCLUDE dictionary.trapeze
  336. +#$INCLUDE dictionary.tropos
  337. +#$INCLUDE dictionary.t_systems_nova
  338. +#$INCLUDE dictionary.usr
  339. +#$INCLUDE dictionary.utstarcom
  340. +#$INCLUDE dictionary.valemount
  341. +#$INCLUDE dictionary.versanet
  342. +#$INCLUDE dictionary.vqp
  343. +#$INCLUDE dictionary.waverider
  344. +#$INCLUDE dictionary.walabi
  345. +#$INCLUDE dictionary.wimax
  346. +#$INCLUDE dictionary.wispr
  347. +#$INCLUDE dictionary.xedia
  348. +#$INCLUDE dictionary.xylan
  349. #
  350. -#$INCLUDE dictionary.openser
  351. -$INCLUDE dictionary.packeteer
  352. -$INCLUDE dictionary.patton
  353. -$INCLUDE dictionary.propel
  354. -$INCLUDE dictionary.prosoft
  355. -$INCLUDE dictionary.quiconnect
  356. -$INCLUDE dictionary.quintum
  357. -$INCLUDE dictionary.redback
  358. -$INCLUDE dictionary.redcreek
  359. -$INCLUDE dictionary.riverstone
  360. -$INCLUDE dictionary.roaringpenguin
  361. -$INCLUDE dictionary.shasta
  362. -$INCLUDE dictionary.shiva
  363. -$INCLUDE dictionary.slipstream
  364. -$INCLUDE dictionary.sonicwall
  365. -$INCLUDE dictionary.springtide
  366. -$INCLUDE dictionary.starent
  367. -$INCLUDE dictionary.telebit
  368. -$INCLUDE dictionary.trapeze
  369. -$INCLUDE dictionary.tropos
  370. -$INCLUDE dictionary.t_systems_nova
  371. -$INCLUDE dictionary.usr
  372. -$INCLUDE dictionary.utstarcom
  373. -$INCLUDE dictionary.valemount
  374. -$INCLUDE dictionary.versanet
  375. -$INCLUDE dictionary.vqp
  376. -$INCLUDE dictionary.waverider
  377. -$INCLUDE dictionary.walabi
  378. -$INCLUDE dictionary.wimax
  379. -$INCLUDE dictionary.wispr
  380. -$INCLUDE dictionary.xedia
  381. -$INCLUDE dictionary.xylan
  382. -
  383. +##
  384. +## And finally the server internal attributes.
  385. +##
  386. +#$INCLUDE dictionary.freeradius.internal
  387. #
  388. -# And finally the server internal attributes.
  389. +##
  390. +## Miscellaneous attributes defined in weird places that
  391. +## don't really belong anywhere else...
  392. +##
  393. +#ATTRIBUTE Originating-Line-Info 94 string
  394. #
  395. -$INCLUDE dictionary.freeradius.internal
  396. -
  397. +## As defined in draft-sterman-aaa-sip-00.txt
  398. +#ATTRIBUTE Digest-Response 206 string
  399. +#ATTRIBUTE Digest-Attributes 207 octets # stupid format
  400. #
  401. -# Miscellaneous attributes defined in weird places that
  402. -# don't really belong anywhere else...
  403. +##
  404. +## Integer Translations
  405. +##
  406. +#VALUE Service-Type Voice 12
  407. +#VALUE Service-Type Fax 13
  408. +#VALUE Service-Type Modem-Relay 14
  409. +#VALUE Service-Type IAPP-Register 15
  410. +#VALUE Service-Type IAPP-AP-Check 16
  411. #
  412. -ATTRIBUTE Originating-Line-Info 94 string
  413. -
  414. -# As defined in draft-sterman-aaa-sip-00.txt
  415. -ATTRIBUTE Digest-Response 206 string
  416. -ATTRIBUTE Digest-Attributes 207 octets # stupid format
  417. -
  418. +#VALUE Framed-Protocol GPRS-PDP-Context 7
  419. #
  420. -# Integer Translations
  421. +#VALUE NAS-Port-Type Wireless-CDMA2000 22
  422. +#VALUE NAS-Port-Type Wireless-UMTS 23
  423. +#VALUE NAS-Port-Type Wireless-1X-EV 24
  424. +#VALUE NAS-Port-Type IAPP 25
  425. #
  426. -VALUE Service-Type Voice 12
  427. -VALUE Service-Type Fax 13
  428. -VALUE Service-Type Modem-Relay 14
  429. -VALUE Service-Type IAPP-Register 15
  430. -VALUE Service-Type IAPP-AP-Check 16
  431. -
  432. -VALUE Framed-Protocol GPRS-PDP-Context 7
  433. -
  434. -VALUE NAS-Port-Type Wireless-CDMA2000 22
  435. -VALUE NAS-Port-Type Wireless-UMTS 23
  436. -VALUE NAS-Port-Type Wireless-1X-EV 24
  437. -VALUE NAS-Port-Type IAPP 25
  438. -
  439. -VALUE Framed-Protocol PPTP 9
  440. +#VALUE Framed-Protocol PPTP 9