Skip to content

Commit

Permalink
Add TP Link dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Dec 29, 2023
1 parent 27e4c67 commit a523315
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions share/dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions share/dictionary.tplink
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a523315

Please sign in to comment.