From 7a122a16e1c560a52fceca5b289da46258a890a1 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 29 May 2017 19:03:37 +0200 Subject: radius: Sync with FreeRADIUS add Dell EMC dictonary commit 2b2a7dc5654abf740ff7ffb52fc0807a5e0f1781 Author: Alan T. DeKok 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 Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- radius/dictionary | 1 + radius/dictionary.dellemc | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 radius/dictionary.dellemc (limited to 'radius') 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 -- cgit v1.2.1