as posted to the list
authorAlan T. DeKok <aland@freeradius.org>
Wed, 24 May 2017 19:55:05 +0000 (15:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 24 May 2017 19:55:05 +0000 (15:55 -0400)
share/dictionary
share/dictionary.dellemc [new file with mode: 0644]

index 03da5d7..fe89609 100644 (file)
@@ -176,6 +176,7 @@ $INCLUDE dictionary.colubris
 $INCLUDE dictionary.compatible
 $INCLUDE dictionary.cosine
 $INCLUDE dictionary.dante
+$INCLUDE dictionary.dellemc
 $INCLUDE dictionary.dlink
 $INCLUDE dictionary.digium
 $INCLUDE dictionary.dragonwave
diff --git a/share/dictionary.dellemc b/share/dictionary.dellemc
new file mode 100644 (file)
index 0000000..68c2758
--- /dev/null
@@ -0,0 +1,18 @@
+# -*- text -*-
+# Copyright (C) 2017 The FreeRADIUS Server project and contributors
+#
+#   Dell Inc.
+#
+#   DellEMC-AVpair      Attribute-Value Pair.
+#   DellEMC-Group-Name  The Linux primary group name associated with the user.
+#                       This must be an existing group in /etc/groups.
+
+VENDOR         DellEMC                         674
+
+BEGIN-VENDOR   DellEMC
+
+ATTRIBUTE      DellEMC-AVpair                          1       string
+ATTRIBUTE      DellEMC-Group-Name                      2       string
+
+END-VENDOR DellEMC
+