From 2252058202e66051aa6cd4b6dac6d885da9167e8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 13 Jun 2019 08:14:03 +0200 Subject: daily-psk: add hint about device specific rule I tricked myself several times... If a more device specific (or just earlier matching) rule exists the daily PSK is not applied! --- daily-psk.capsman | 1 + daily-psk.local | 1 + daily-psk.template | 1 + 3 files changed, 3 insertions(+) diff --git a/daily-psk.capsman b/daily-psk.capsman index 3c2c454..51e80f9 100644 --- a/daily-psk.capsman +++ b/daily-psk.capsman @@ -87,6 +87,7 @@ "SSID: " . $Ssid . "\n" . \ "PSK: " . $NewPsk . "\n" . \ "Date: " . $Date . "\n\n" . \ + "A client device specific rule must not exist!\n\n" . \ $Url) $Attach; } } diff --git a/daily-psk.local b/daily-psk.local index 78f7868..a8b41e1 100644 --- a/daily-psk.local +++ b/daily-psk.local @@ -87,6 +87,7 @@ "SSID: " . $Ssid . "\n" . \ "PSK: " . $NewPsk . "\n" . \ "Date: " . $Date . "\n\n" . \ + "A client device specific rule must not exist!\n\n" . \ $Url) $Attach; } } diff --git a/daily-psk.template b/daily-psk.template index 692d8e1..70460ce 100644 --- a/daily-psk.template +++ b/daily-psk.template @@ -93,6 +93,7 @@ "SSID: " . $Ssid . "\n" . \ "PSK: " . $NewPsk . "\n" . \ "Date: " . $Date . "\n\n" . \ + "A client device specific rule must not exist!\n\n" . \ $Url) $Attach; } } -- cgit v1.2.3-54-g00ecf