From: Nick Porter Date: Fri, 29 Dec 2023 10:15:04 +0000 (+0000) Subject: Add TP Link dictionary X-Git-Tag: release_3_2_4~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a523315ef38e3450c9fb3ee250ddb56f894976bd;p=thirdparty%2Ffreeradius-server.git Add TP Link dictionary --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 7a31168a47d..dcd2fa8a93e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 diff --git a/share/dictionary b/share/dictionary index 7ca4a1c27fe..e8c9b40e6fa 100644 --- a/share/dictionary +++ b/share/dictionary @@ -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 index 00000000000..62a00149028 --- /dev/null +++ b/share/dictionary.tplink @@ -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