From a29a0a1b79a1389d7ff49789652cd63ed3c50993 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 24 May 2017 15:55:05 -0400 Subject: [PATCH] as posted to the list --- share/dictionary | 1 + share/dictionary.dellemc | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 share/dictionary.dellemc diff --git a/share/dictionary b/share/dictionary index 03da5d7..fe89609 100644 --- a/share/dictionary +++ b/share/dictionary @@ -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 index 0000000..68c2758 --- /dev/null +++ b/share/dictionary.dellemc @@ -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 + -- 2.1.4