summaryrefslogtreecommitdiff
path: root/lib/radius
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2011-11-14 18:54:44 +1100
committerLuke Howard <lukeh@padl.com>2011-11-14 18:54:44 +1100
commitd9ae6534eed05639403584b7b2733ec36c08f1a4 (patch)
tree7ad5914e36f7d12db73b06973dbd2ee3b7b872e4 /lib/radius
parentf780ff204e39420aabf94a7fab4e2c37790b658f (diff)
add rs_attr_display_name/rs_attr_parse_name
Diffstat (limited to 'lib/radius')
-rw-r--r--lib/radius/Makefile.am1
-rw-r--r--lib/radius/share/dictionary.juniper23
2 files changed, 24 insertions, 0 deletions
diff --git a/lib/radius/Makefile.am b/lib/radius/Makefile.am
index b57ef16..92a12cf 100644
--- a/lib/radius/Makefile.am
+++ b/lib/radius/Makefile.am
@@ -22,6 +22,7 @@ libradsec_radius_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H
DICTIONARIES = \
share/dictionary.txt \
+ share/dictionary.juniper \
share/dictionary.microsoft \
share/dictionary.ukerna
diff --git a/lib/radius/share/dictionary.juniper b/lib/radius/share/dictionary.juniper
new file mode 100644
index 0000000..9aa5df4
--- /dev/null
+++ b/lib/radius/share/dictionary.juniper
@@ -0,0 +1,23 @@
+# -*- text -*-
+#
+# dictionary.juniper
+#
+# As posted to the list by Eric Kilfoil <ekilfoil@uslec.net>
+#
+# Version: $Id$
+#
+
+VENDOR Juniper 2636
+
+BEGIN-VENDOR Juniper
+
+ATTRIBUTE Juniper-Local-User-Name 1 string
+ATTRIBUTE Juniper-Allow-Commands 2 string
+ATTRIBUTE Juniper-Deny-Commands 3 string
+ATTRIBUTE Juniper-Allow-Configuration 4 string
+ATTRIBUTE Juniper-Deny-Configuration 5 string
+ATTRIBUTE Juniper-Interactive-Command 8 string
+ATTRIBUTE Juniper-Configuration-Change 9 string
+ATTRIBUTE Juniper-User-Permissions 10 string
+
+END-VENDOR Juniper