From 381d3510559a6d1b1568e9237adc76da8262fe0f Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Wed, 20 Apr 2022 12:17:29 +0100 Subject: [PATCH] Add covaro dictionary --- share/dictionary | 1 + share/dictionary.covaro | 43 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 share/dictionary.covaro diff --git a/share/dictionary b/share/dictionary index edadd424ce..3c338a819e 100644 --- a/share/dictionary +++ b/share/dictionary @@ -200,6 +200,7 @@ $INCLUDE dictionary.colubris $INCLUDE dictionary.columbia_university $INCLUDE dictionary.compatible $INCLUDE dictionary.cosine +$INCLUDE dictionary.covaro $INCLUDE dictionary.dante $INCLUDE dictionary.dellemc $INCLUDE dictionary.digium diff --git a/share/dictionary.covaro b/share/dictionary.covaro new file mode 100644 index 0000000000..7959a0bc6d --- /dev/null +++ b/share/dictionary.covaro @@ -0,0 +1,43 @@ +# -*- text -*- +# Copyright (C) 2022 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +############################################################################## +# +# Dictionary for Covaro Networks +# +# $Id$ +# +############################################################################## + +VENDOR Covaro 18022 + +BEGIN-VENDOR Covaro + +ATTRIBUTE Covaro-User-Privilege 1 integer + +VALUE Covaro-User-Privilege SUPERUSER 1 +VALUE Covaro-User-Privilege PROVISIONING 2 +VALUE Covaro-User-Privilege MAINTENANCE 3 +VALUE Covaro-User-Privilege RETRIEVE 4 + +ATTRIBUTE Covaro-Max-Sessions 2 integer +ATTRIBUTE Covaro-Session-Timeout 3 integer + +ATTRIBUTE Covaro-Inhibit-Message 4 integer + +VALUE Covaro-Inhibit-Message N 0 +VALUE Covaro-Inhibit-Message Y 1 + +ATTRIBUTE Covaro-Inhibit-Dbchg 5 integer + +VALUE Covaro-Inhibit-Dbchg N 0 +VALUE Covaro-Inhibit-Dbchg Y 1 + +ATTRIBUTE Covaro-Inhibit-Pmrept 6 integer + +VALUE Covaro-Inhibit-Pmrept N 0 +VALUE Covaro-Inhibit-Pmrept Y 1 + +END-VENDOR Covaro + -- 2.47.3