From: Alan T. DeKok Date: Thu, 1 Oct 2009 08:39:22 +0000 (+0200) Subject: Moved illegal attributes to the new dictionary X-Git-Tag: release_2_1_11~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e945da3897d78a9ac7e88beef443a6a996989a2e;p=thirdparty%2Ffreeradius-server.git Moved illegal attributes to the new dictionary --- diff --git a/share/dictionary b/share/dictionary index 0fcf3b1879f..02b15029420 100644 --- a/share/dictionary +++ b/share/dictionary @@ -186,6 +186,7 @@ $INCLUDE dictionary.tropos $INCLUDE dictionary.t_systems_nova $INCLUDE dictionary.unix $INCLUDE dictionary.usr +$INCLUDE dictionary.usr.illegal $INCLUDE dictionary.utstarcom $INCLUDE dictionary.valemount $INCLUDE dictionary.versanet diff --git a/share/dictionary.usr b/share/dictionary.usr index 966ae4ca5ae..8f38e3c36cc 100644 --- a/share/dictionary.usr +++ b/share/dictionary.usr @@ -8,44 +8,6 @@ # Version: $Id$ # -# -# USR specific attributes -# -# Prompt value should be 1 for echo, 0 for no echo, default 1. -#ATTRIBUTE Prompt 64 integer -ATTRIBUTE Multi-Link-Flag 126 integer -ATTRIBUTE Char-Noecho 250 integer - -# -# USR specific Integer Translations -# - -VALUE Termination-Action Manage-Resources 2 - -VALUE Acct-Status-Type Modem-Start 4 -VALUE Acct-Status-Type Modem-Stop 5 -VALUE Acct-Status-Type Cancel 6 - -VALUE Multi-Link-Flag True 1 -VALUE Multi-Link-Flag False 0 - -# USR specific Authentication Types - -# -# These are commented out because the conflict with the standard -# definitions. -# -#VALUE Acct-Authentic None 0 -#VALUE Acct-Authentic Remote 3 -#VALUE Acct-Authentic RADIUS 4 -#VALUE Acct-Authentic MNET 5 -#VALUE Acct-Authentic KCHAP 6 -#VALUE Acct-Authentic TACACS 7 -#VALUE Acct-Authentic Realm 8 -#VALUE Acct-Authentic Local 9 -#VALUE Acct-Authentic File 10 -#VALUE Acct-Authentic Local-VPN 11 - # # USR Extensions: USR Vendor-Specific stuff. # diff --git a/share/dictionary.usr.illegal b/share/dictionary.usr.illegal new file mode 100644 index 00000000000..498624b1467 --- /dev/null +++ b/share/dictionary.usr.illegal @@ -0,0 +1,46 @@ +# -*- text -*- +############################################################################## +# +# USE dictionary that illegally uses the RFC space. +# +# $Id$ +# +############################################################################## +# +# USR specific attributes +# +# Prompt value should be 1 for echo, 0 for no echo, default 1. +#ATTRIBUTE Prompt 64 integer +ATTRIBUTE Multi-Link-Flag 126 integer +ATTRIBUTE Char-Noecho 250 integer + +# +# USR specific Integer Translations +# + +VALUE Termination-Action Manage-Resources 2 + +VALUE Acct-Status-Type Modem-Start 4 +VALUE Acct-Status-Type Modem-Stop 5 +VALUE Acct-Status-Type Cancel 6 + +VALUE Multi-Link-Flag True 1 +VALUE Multi-Link-Flag False 0 + +# USR specific Authentication Types + +# +# These are commented out because the conflict with the standard +# definitions. +# +#VALUE Acct-Authentic None 0 +#VALUE Acct-Authentic Remote 3 +#VALUE Acct-Authentic RADIUS 4 +#VALUE Acct-Authentic MNET 5 +#VALUE Acct-Authentic KCHAP 6 +#VALUE Acct-Authentic TACACS 7 +#VALUE Acct-Authentic Realm 8 +#VALUE Acct-Authentic Local 9 +#VALUE Acct-Authentic File 10 +#VALUE Acct-Authentic Local-VPN 11 +