]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add RCNTEC dictionary. Closes #3168 (#3173)
authorJorge Pereira <jpereira@users.noreply.github.com>
Mon, 2 Dec 2019 21:15:07 +0000 (18:15 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 2 Dec 2019 21:15:07 +0000 (16:15 -0500)
doc/ChangeLog
share/dictionary
share/dictionary.rcntec [new file with mode: 0644]

index 507ee83a70da253d9479c1828a60a6953e7d5c15..0861dbe7d2dda0ea0b36e14c0bf089e254018c89 100644 (file)
@@ -4,6 +4,7 @@ FreeRADIUS 3.0.21 Thu 14 Nov 2019 12:00:00 EDT urgency=low
          Rates of 1500 IPs per second are now possible.
          See raddb/mods-config/sql/ippool/postgresql/procedure.sql
          Patch from Terry Burton.
+       * Added RCNTEC dictionary. Closes #3168.
 
        Bug fixes
        * Set permissions of certificates in bootstrap shell script.
index 8d1b111aa8959ed72ff61c133efca2eef982fea2..ebc3f50561a660671c7025bc77f230c0fe951cb1 100644 (file)
@@ -270,6 +270,7 @@ $INCLUDE dictionary.proxim
 $INCLUDE dictionary.purewave
 $INCLUDE dictionary.quiconnect
 $INCLUDE dictionary.quintum
+$INCLUDE dictionary.rcntec
 $INCLUDE dictionary.redcreek
 $INCLUDE dictionary.riverbed
 $INCLUDE dictionary.riverstone
diff --git a/share/dictionary.rcntec b/share/dictionary.rcntec
new file mode 100644 (file)
index 0000000..a1cdae1
--- /dev/null
@@ -0,0 +1,19 @@
+# -*- text -*-
+# Copyright (C) 2019 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+# Version $Id$
+###########################################################
+# Resilient Cloud Network Technologies (RCNTEC)
+# Dictionary for RCNTEC's RPCM hardware, https://rpcm.pro
+# Contributed by Sergey Minakov <ser@rcntec.com>
+#
+#
+###########################################################
+
+VENDOR         RCNTEC                          46235
+BEGIN-VENDOR   RCNTEC
+
+ATTRIBUTE      RCNTEC-RPCM-Group                       1       string
+ATTRIBUTE      RCNTEC-RPCM-Session-Expire              2       integer
+
+END-VENDOR     RCNTEC