From: Arran Cudbard-Bell Date: Mon, 16 Apr 2018 08:09:22 +0000 (+1200) Subject: Add IEC dictionary to help out with https://stackoverflow.com/questions/47052503... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ece64d397b00613bfbbbdc96f769acd37172cb9;p=thirdparty%2Ffreeradius-server.git Add IEC dictionary to help out with https://stackoverflow.com/questions/47052503/radius-and-iec-62351?rq=1 --- diff --git a/share/dictionary b/share/dictionary index ae06c56c29d..0b9615b0ab7 100644 --- a/share/dictionary +++ b/share/dictionary @@ -202,6 +202,7 @@ $INCLUDE dictionary.hillstone $INCLUDE dictionary.hp $INCLUDE dictionary.huawei $INCLUDE dictionary.iea +$INCLUDE dictionary.iec $INCLUDE dictionary.infonet $INCLUDE dictionary.issanni $INCLUDE dictionary.itk diff --git a/share/dictionary.iec b/share/dictionary.iec new file mode 100644 index 00000000000..fcc45be34b9 --- /dev/null +++ b/share/dictionary.iec @@ -0,0 +1,18 @@ +# -*- text -*- +# Copyright (C) 2018 The FreeRADIUS Server project and contributors +############################################################################## +# +# Attributes for IEC (62351) +# +# https://www.researchgate.net/publication/317167505_Handling_Role-based_Access_Control_in_the_Digital_Grid +# +############################################################################## +VENDOR IEC 41912 +BEGIN-VENDOR IEC +ATTRIBUTE IEC62351-8-RoleID 1 integer +ATTRIBUTE IEC62351-8-RoleDefinition 2 string +ATTRIBUTE IEC62351-8-AoR 3 string +ATTRIBUTE IEC62351-8-Revision 4 integer +ATTRIBUTE IEC62351-8-ValidFrom 5 string +ATTRIBUTE IEC62351-8-ValidTo 6 string +END-VENDOR IEC