-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding RADIUS dictionary for APC by Schneider Electric
updatinf dictionaries and rebar_compiler.erl Removing the .rebar3/rebar_compiler_erl/source.dag
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |