diff options
Diffstat (limited to 'share/dictionary.dellemc')
-rw-r--r-- | share/dictionary.dellemc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/share/dictionary.dellemc b/share/dictionary.dellemc new file mode 100644 index 0000000..4a6d0af --- /dev/null +++ b/share/dictionary.dellemc @@ -0,0 +1,19 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# 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 + |