Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 6 new vendors and generated files #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions vendors/ciena/dictionary.ciena
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Vendor-specific RADIUS dictionary for Ciena
#
VENDOR Ciena 1271
BEGIN-VENDOR Ciena
#
# Authentication attributes and values
#
ATTRIBUTE Ciena-1C-Role 200 string
ATTRIBUTE Ciena-BPMCP-Role 220 string
ATTRIBUTE Ciena-WS-User-Priv 10 integer

VALUE Ciena-WS-User-Priv Waveserver-Priv-Limited 1
VALUE Ciena-WS-User-Priv Waveserver-Priv-Admin 2
VALUE Ciena-WS-User-Priv Waveserver-Priv-Super 3
VALUE Ciena-WS-User-Priv Waveserver-Priv-Diag 4

END-VENDOR Ciena
3 changes: 3 additions & 0 deletions vendors/ciena/generate.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//go:generate go run ../../cmd/radius-dict-gen/main.go -package ciena -output generated.go dictionary.ciena

package ciena
Loading