Skip to content

Commit

Permalink
Adding RADIUS dictionary for APC by Schneider Electric
Browse files Browse the repository at this point in the history
updatinf dictionaries and rebar_compiler.erl

Removing the .rebar3/rebar_compiler_erl/source.dag
  • Loading branch information
alan.jackson authored and vkatsuba committed May 31, 2021
1 parent fc94b63 commit cf4b712
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions priv/dictionaries/dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $INCLUDE dictionary.compat # compability issues
$INCLUDE dictionary.acc
$INCLUDE dictionary.alcatel
$INCLUDE dictionary.alteon
$INCLUDE dictionary.apc
$INCLUDE dictionary.ascend
$INCLUDE dictionary.bay
$INCLUDE dictionary.bintec
Expand Down
36 changes: 36 additions & 0 deletions priv/dictionaries/dictionary.apc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# APC vendor attributes
#
# https://www.apc.com/us/en/faqs/FA156083/
#
# $Id: dictionary.apc,v 1.0 2021/05/18 23:39:40 etnt Exp $
#

VENDOR APC 318

BEGIN-VENDOR APC
#
# Attributes
#
ATTRIBUTE APC-Service-Type 1 integer
ATTRIBUTE APC-Outlets 2 string
ATTRIBUTE APC-Perms 3 string
ATTRIBUTE APC-Username 4 string
ATTRIBUTE APC-Contact 5 string
ATTRIBUTE APC-ACCPX-Doors 6 string
ATTRIBUTE APC-ACCPX-Status 7 string
ATTRIBUTE APC-ACCPX-Access1 8 string
ATTRIBUTE APC-ACCPX-Access2 9 string
ATTRIBUTE APC-ACCPX-Access3 10 string
ATTRIBUTE APC-ACCPX-Access4 11 string
ATTRIBUTE APC-ACCPX-Access5 12 string
ATTRIBUTE APC-ACCPX-Access6 13 string
ATTRIBUTE APC-ACCPX-Access7 14 string

VALUE APC-Service-Type Admin 1
VALUE APC-Service-Type Device 2
VALUE APC-Service-Type ReadOnly 3
VALUE APC-Service-Type Outlet 4
VALUE APC-Service-Type Card 5
VALUE APC-Service-Type NetworkOnly 6

END-VENDOR APC

0 comments on commit cf4b712

Please sign in to comment.