Skip to content

Commit

Permalink
Add IEC dictionary to help out with https://stackoverflow.com/questio…
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 16, 2018
1 parent 6964bd9 commit 4ece64d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/dictionary
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions 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

0 comments on commit 4ece64d

Please sign in to comment.