From: Alan T. DeKok Date: Wed, 24 May 2017 19:55:05 +0000 (-0400) Subject: as posted to the list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2a7dc5654abf740ff7ffb52fc0807a5e0f1781;p=thirdparty%2Ffreeradius-server.git as posted to the list --- diff --git a/share/dictionary b/share/dictionary index 0bafb3c708a..febc1d5a974 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 00000000000..68c2758a29f --- /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 +