diff options
author | Christian Hesse <mail@eworm.de> | 2022-03-07 22:26:41 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-03-07 22:27:29 +0100 |
commit | c1fa0f3579573b75cadba585c1aeb7e68313645c (patch) | |
tree | 652510cc0d586b21f6495e25c6e601a043e5c911 /hotspot-to-wpa | |
parent | df0d826999f198c650d50585c72d92ef7eb6a4c3 (diff) |
hotspot-to-wpa: support ignoring specific hotspot
Diffstat (limited to 'hotspot-to-wpa')
-rw-r--r-- | hotspot-to-wpa | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hotspot-to-wpa b/hotspot-to-wpa index b307a10..6290eda 100644 --- a/hotspot-to-wpa +++ b/hotspot-to-wpa @@ -23,6 +23,10 @@ :local Template [ / caps-man access-list get ([ find where disabled \ comment=("hotspot-to-wpa template " . $Hotspot) ]->0) ]; +:if ($Template->"action" = "reject") do={ + $LogPrintExit2 info $0 ("Ignoring login for hotspot '" . $Hotspot . "'.") true; +} + :if ([ :len [ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ] ] = 0) do={ / caps-man access-list add comment="--- hotspot-to-wpa above ---" disabled=yes; $LogPrintExit2 warning $0 ("Added disabled access-list entry with comment '--- hotspot-to-wpa above ---'.") false; |