From: Alan T. DeKok Date: Wed, 15 Apr 2009 17:44:04 +0000 (+0200) Subject: Added infonet dictionary X-Git-Tag: release_2_1_7~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17da609f2718bbb495af1fbd2d7144fb21f91e0d;p=thirdparty%2Ffreeradius-server.git Added infonet dictionary --- diff --git a/share/dictionary b/share/dictionary index 03aae31e30b..303f80a980b 100644 --- a/share/dictionary +++ b/share/dictionary @@ -124,6 +124,7 @@ $INCLUDE dictionary.gemtek $INCLUDE dictionary.h3c $INCLUDE dictionary.hp $INCLUDE dictionary.huawei +$INCLUDE dictionary.infonet $INCLUDE dictionary.issanni $INCLUDE dictionary.itk $INCLUDE dictionary.ipunplugged diff --git a/share/dictionary.infonet b/share/dictionary.infonet new file mode 100644 index 00000000000..d6b168b3f5d --- /dev/null +++ b/share/dictionary.infonet @@ -0,0 +1,50 @@ +# +# dictionary.infonet +# +# Accounting VSAs by +# "Bernard Lhoas from Infonet" +# +# Version: @(#)dictionary.infonet 1.00 +# + +VENDOR infonet 4453 + +# +# Standard attribute +# +# I would like to change the attribute number of Infonet-Account-Number +# but we are already using it in production and changing could get +# messy. Same with Infonet-Type. -Clark +BEGIN-VENDOR infonet + +ATTRIBUTE Infonet-Proxy 238 string +ATTRIBUTE Infonet-Config 239 string +ATTRIBUTE Infonet-MCS-Country 240 string +ATTRIBUTE Infonet-MCS-Region 241 string +ATTRIBUTE Infonet-MCS-Off-Peak 242 string +ATTRIBUTE Infonet-MCS-Overflow 243 string +ATTRIBUTE Infonet-MCS-Port 244 string +ATTRIBUTE Infonet-MCS-Port-Count 245 string +ATTRIBUTE Infonet-Account-Number 247 string +ATTRIBUTE Infonet-Type 248 string + +# +# Infonet-Specific Attributes +# +# Note: Only Attributes < 256 will go on the wire. They are known as +# "wire attributes". +# Attributes > 256 don't get sent to a NAS and don't get forwarded +# to a proxy site. This includes accounting packets as well as +# auth packets. +# +ATTRIBUTE Infonet-Pool-Request 252 string +ATTRIBUTE Infonet-Surcharge-Type 254 integer +ATTRIBUTE Infonet-NAS-Location 255 string +ATTRIBUTE Infonet-Random-IP-Pool 246 string +# +ATTRIBUTE Infonet-Realm-Type 249 string +ATTRIBUTE Infonet-LoginHost-Dest 250 string +ATTRIBUTE Infonet-Tunnel-Decision-IP 251 string + + +END-VENDOR infonet