Added F5 dictionary, as posted to the list
authorAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 15:41:25 +0000 (17:41 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 15:42:07 +0000 (17:42 +0200)
share/dictionary
share/dictionary.f5 [new file with mode: 0644]

index 729f923..74e131e 100644 (file)
@@ -128,6 +128,7 @@ $INCLUDE dictionary.epygi
 $INCLUDE dictionary.erx
 $INCLUDE dictionary.ericsson
 $INCLUDE dictionary.extreme
+$INCLUDE dictionary.f5
 $INCLUDE dictionary.freeradius
 $INCLUDE dictionary.freeswitch
 $INCLUDE dictionary.fortinet
diff --git a/share/dictionary.f5 b/share/dictionary.f5
new file mode 100644 (file)
index 0000000..ca6e011
--- /dev/null
@@ -0,0 +1,39 @@
+# -*- text -*-
+##############################################################################
+#
+#      F5 VSAs
+#
+#      $Id$
+#
+##############################################################################
+
+VENDOR         F5                              3375
+BEGIN-VENDOR   F5
+
+ATTRIBUTE      F5-LTM-User-Role                        1       integer
+ATTRIBUTE      F5-LTM-User-Role-Universal              2       integer    # enable/disable
+ATTRIBUTE      F5-LTM-User-Partition                   3       string
+ATTRIBUTE      F5-LTM-User-Console                     4       integer    # enable/disable
+ATTRIBUTE      F5-LTM-User-Shell                       5       string     # supported values are disable, tmsh, and bpsh
+ATTRIBUTE      F5-LTM-User-Context-1                   10      integer
+ATTRIBUTE      F5-LTM-User-Context-2                   11      integer
+ATTRIBUTE      F5-LTM-User-Info-1                      12      string
+ATTRIBUTE      F5-LTM-User-Info-2                      13      string
+
+VALUE  F5-LTM-User-Role                Administrator           0
+VALUE  F5-LTM-User-Role                Resource-Admin          20
+VALUE  F5-LTM-User-Role                User-Manager            40
+VALUE  F5-LTM-User-Role                Manager                 100
+VALUE  F5-LTM-User-Role                App-Editor              300
+VALUE  F5-LTM-User-Role                Operator                400
+VALUE  F5-LTM-User-Role                Guest                   700
+VALUE  F5-LTM-User-Role                Policy-Editor           800
+VALUE  F5-LTM-User-Role                No-Access               900
+
+VALUE  F5-LTM-User-Role-Universal      Disabled                0
+VALUE  F5-LTM-User-Role-Universal      Enabled                 1
+
+VALUE  F5-LTM-User-Console             Disabled                0
+VALUE  F5-LTM-User-Console             Enabled                 1
+
+END-VENDOR   F5