Revert "Moved illegal attributes to the new dictionary"
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 10:55:03 +0000 (11:55 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 10:55:03 +0000 (11:55 +0100)
This reverts commit 4ba2853439bba32f979009fcc04b48a829bf83d4.

While these dictionaries are unfortunate, making this change
in a point release is likely a bad idea.

share/dictionary
share/dictionary.usr
share/dictionary.usr.illegal [deleted file]

index c57dec3..c84ada8 100644 (file)
@@ -179,7 +179,6 @@ $INCLUDE dictionary.trapeze
 $INCLUDE dictionary.tropos
 $INCLUDE dictionary.t_systems_nova
 $INCLUDE dictionary.usr
-#$INCLUDE dictionary.usr.illegal
 $INCLUDE dictionary.utstarcom
 $INCLUDE dictionary.valemount
 $INCLUDE dictionary.versanet
index 8f38e3c..966ae4c 100644 (file)
@@ -9,6 +9,44 @@
 #
 
 #
+#      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.
 #
 #      For now in NMC format (whatever that stands for), though the
diff --git a/share/dictionary.usr.illegal b/share/dictionary.usr.illegal
deleted file mode 100644 (file)
index 498624b..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# -*- 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
-