]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add TP Link dictionary
authorNick Porter <nick@portercomputing.co.uk>
Fri, 29 Dec 2023 10:15:04 +0000 (10:15 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 29 Dec 2023 10:15:04 +0000 (10:15 +0000)
doc/ChangeLog
share/dictionary
share/dictionary.tplink [new file with mode: 0644]

index 7a31168a47de29c0c1bea24e25bcae6dc4a3f8e0..dcd2fa8a93e6e7503d7d8949b6e13fad9964c6b9 100644 (file)
@@ -13,7 +13,7 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
        * Add auto_escape to sample SQL module config
        * Add 'if not exists' to mysql create table queries. ref #5032 (#5137)
        * Add lookback and more configuration to totp.  See mods-available/totp
-       * Update dictionary.aruba
+       * Update dictionary.aruba; add dictionary.tplink
        * Added "radsecret" program which generates strong secrets.  See the
          top of the "clients.conf" file for more information.
        * Add "time_since" xlat to calculate elapsed time in seconds, milliseconds
index 7ca4a1c27fe99dd08230037531f862513f899505..e8c9b40e6fac02487e355cff038d44085dff0a1c 100644 (file)
@@ -310,6 +310,7 @@ $INCLUDE dictionary.telebit
 $INCLUDE dictionary.telkom
 $INCLUDE dictionary.telrad
 $INCLUDE dictionary.terena
+$INCLUDE dictionary.tplink
 $INCLUDE dictionary.trapeze
 $INCLUDE dictionary.travelping
 $INCLUDE dictionary.tripplite
diff --git a/share/dictionary.tplink b/share/dictionary.tplink
new file mode 100644 (file)
index 0000000..62a0014
--- /dev/null
@@ -0,0 +1,19 @@
+# -*- text -*-
+# Copyright (C) 2023 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$
+VENDOR         TPLink                          11863
+
+BEGIN-VENDOR   TPLink
+
+ATTRIBUTE      TPLink-Recv-limit                       1       integer
+ATTRIBUTE      TPLink-Xmit-limit                       2       integer
+ATTRIBUTE      TPLink-Authentication-FindKey           3       Octets
+ATTRIBUTE      TPLink-Authentication-FoundKey          4       Octets
+ATTRIBUTE      TPLink-User-Command                     5       String
+ATTRIBUTE      TPLink-Site                             6       String
+ATTRIBUTE      TPLink-Omada                            7       String
+ATTRIBUTE      TPLink-Redirect-Url                     8       String
+ATTRIBUTE      TPLink-Portal-Access-Status             9       integer
+
+END-VENDOR TPLink