blob: 4a6d0af593f5f975b776848da83c791832eb5bb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|