aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-29 19:03:37 +0200
committerGuy Harris <guy@alum.mit.edu>2017-05-29 21:28:20 +0000
commit7a122a16e1c560a52fceca5b289da46258a890a1 (patch)
tree303e19b80ca4131c4bb70d50d7520c2cf04da8b1 /radius
parent5d27b744ac7b346ab952a1e4ae1384214e88025f (diff)
radius: Sync with FreeRADIUS
add Dell EMC dictonary commit 2b2a7dc5654abf740ff7ffb52fc0807a5e0f1781 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed May 24 15:55:05 2017 -0400 as posted to the list Change-Id: If3e7e7f401c6f1eca5292f0f323c2cd86dfd3fcc Reviewed-on: https://code.wireshark.org/review/21787 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary1
-rw-r--r--radius/dictionary.dellemc17
2 files changed, 18 insertions, 0 deletions
diff --git a/radius/dictionary b/radius/dictionary
index 2b2f713026..4e4546a5fb 100644
--- a/radius/dictionary
+++ b/radius/dictionary
@@ -179,6 +179,7 @@ $INCLUDE dictionary.colubris
$INCLUDE dictionary.compatible
$INCLUDE dictionary.cosine
$INCLUDE dictionary.dante
+$INCLUDE dictionary.dellemc
#$INCLUDE dictionary.dhcp
$INCLUDE dictionary.dlink
$INCLUDE dictionary.digium
diff --git a/radius/dictionary.dellemc b/radius/dictionary.dellemc
new file mode 100644
index 0000000000..1ee609d7b4
--- /dev/null
+++ b/radius/dictionary.dellemc
@@ -0,0 +1,17 @@
+# -*- 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