diff options
Diffstat (limited to '')
-rw-r--r-- | share/dictionary.bigswitch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/dictionary.bigswitch b/share/dictionary.bigswitch new file mode 100644 index 0000000..e6c4ccd --- /dev/null +++ b/share/dictionary.bigswitch @@ -0,0 +1,17 @@ +# -*- 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 +# +###################################################################### +# Big Switch Networks (BSN) Dictionary +# Author: Nitin Madhok <nmadhok@g.clemson.edu> +# Version: $Id$ +###################################################################### + +VENDOR Big-Switch-Networks 37538 +BEGIN-VENDOR Big-Switch-Networks + +ATTRIBUTE BSN-User-Role 1 string +ATTRIBUTE BSN-AVPair 2 string + +END-VENDOR Big-Switch-Networks |