]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
new vendor support (#3168)
authortowingie <towingie@users.noreply.github.com>
Mon, 2 Dec 2019 20:57:14 +0000 (23:57 +0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 2 Dec 2019 20:57:13 +0000 (15:57 -0500)
* - added dictionary for rcntec's RPCM hardware

* - added missing `$INCLUDE dictionary.rcntec` include into `share/dictionary/radius/dictionary`

* - added session expire parameter

* - updated RCNTEC-RPCM-Session-Expire attribute number, was incorrect

share/dictionary/radius/dictionary
share/dictionary/radius/dictionary.rcntec [new file with mode: 0644]

index 39320708002be97469ce05e7f699675e36e4efcd..9bf535a36ecd3fe95bc9a07e7ffdfa86424d1766 100644 (file)
@@ -266,6 +266,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/radius/dictionary.rcntec b/share/dictionary/radius/dictionary.rcntec
new file mode 100644 (file)
index 0000000..48ec66b
--- /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
+###########################################################
+# Resilient Cloud Network Technologies (RCNTEC)
+# Dictionary for RCNTEC's RPCM hardware, https://rpcm.pro
+# Contributed by Sergey Minakov <ser@rcntec.com>
+#
+# Version $Id$
+#
+###########################################################
+
+VENDOR         RCNTEC                   46235
+BEGIN-VENDOR   RCNTEC
+
+ATTRIBUTE      RCNTEC-RPCM-Group                               1       string
+ATTRIBUTE      RCNTEC-RPCM-Session-Expire                              2       integer
+
+END-VENDOR     RCNTEC