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.dellemc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 radius/dictionary.dellemc (limited to 'radius/dictionary.dellemc') 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.3