]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
as sent via email
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 13:48:13 +0000 (09:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 13:48:13 +0000 (09:48 -0400)
share/dictionary/radius/dictionary
share/dictionary/radius/dictionary.smartsharesystems [new file with mode: 0644]

index 334c536fa675b3cf90380c1f04613703472480d1..47c1d7df1dc96198f0c30759e55924a4a85d0cd0 100644 (file)
@@ -242,6 +242,7 @@ $INCLUDE dictionary.shasta
 $INCLUDE dictionary.shiva
 $INCLUDE dictionary.siemens
 $INCLUDE dictionary.slipstream
+$INCLUDE dictionary.smartsharesystems
 $INCLUDE dictionary.sonicwall
 $INCLUDE dictionary.springtide
 $INCLUDE dictionary.starent
diff --git a/share/dictionary/radius/dictionary.smartsharesystems b/share/dictionary/radius/dictionary.smartsharesystems
new file mode 100644 (file)
index 0000000..4b4c1df
--- /dev/null
@@ -0,0 +1,33 @@
+# -*- text -*-
+# SPDX-License-Identifier: CC-BY-4.0
+# Copyright (C) 2023 SmartShare Systems
+#
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+#
+# Please contact SmartShare Systems directly if you need a copy under a different license.
+#
+# Version $Id$
+
+##############################################################################
+#
+#      SmartShare Systems Vendor-Specific Attributes
+#      dictionary.smartsharesystems
+#      https://www.smartsharesystems.com/
+#
+##############################################################################
+
+VENDOR         SmartShareSystems               30585
+
+BEGIN-VENDOR   SmartShareSystems
+
+# The globally unique identity (e.g. hardware serial number) of the Proxy (instance) forwarding the packet,
+# in ASCII format (upper case only).
+ATTRIBUTE      Proxy-Id                                2       string
+
+# The FQDN (Fully Qualified Domain Name) of the Proxy (cluster) forwarding the packet.
+ATTRIBUTE      Proxy-Identifier                        3       string
+
+# Location of the Proxy (cluster) forwarding the packet, in free form UTF-8 format.
+ATTRIBUTE      Proxy-Location                  4       string
+
+END-VENDOR     SmartShareSystems