aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-06-13 08:14:03 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-06-13 08:14:03 +0200
commit2252058202e66051aa6cd4b6dac6d885da9167e8 (patch)
tree91f0f821af162abd6da2f5b911bbd6d3634b7c2a
parent44836ccf04b098d44b3e3f3a5f9b51b6bf1824fd (diff)
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!
-rw-r--r--daily-psk.capsman1
-rw-r--r--daily-psk.local1
-rw-r--r--daily-psk.template1
3 files changed, 3 insertions, 0 deletions
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;
}
}