]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add IEC dictionary to help out with https://stackoverflow.com/questions/47052503...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Apr 2018 08:09:22 +0000 (20:09 +1200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Apr 2018 08:09:22 +0000 (20:09 +1200)
share/dictionary
share/dictionary.iec [new file with mode: 0644]

index ae06c56c29d96da62924a1e32ec5af41da5db1d6..0b9615b0ab7effa5c1a9023413d15f847229018c 100644 (file)
@@ -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 (file)
index 0000000..fcc45be
--- /dev/null
@@ -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