summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2009-02-13 08:46:16 +0100
committerNiko Tyni <ntyni@iki.fi>2009-02-13 08:46:16 +0100
commit3c2ad106f30d111731d460b5274471d7cafe5cf8 (patch)
tree402bf71b53edb3e69e25d87f21914ee965eae410 /CHANGES
parentd27bd1a9015c9c1e9fe2d862d136e96e8a80f706 (diff)
downloadsmokeping-3c2ad106f30d111731d460b5274471d7cafe5cf8.tar.gz
smokeping-3c2ad106f30d111731d460b5274471d7cafe5cf8.tar.xz
From: Jeremy Laidman <jlaidman *rebel-it.com.au>
> Please consider including the patch below. It allows specifying a parameter > of "allowreject" in the Radius probe configuration. When allowreject=true, > rejected RADIUS authentications are treated as OK. This means I can test > the RTT of a RADIUS request without using a valid account. As long as the > RADIUS secret is correct, the timings should be reasonable. The default is > "false".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0658e60..cf4d8e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* the Radius probe now has an 'allowreject' variable that makes it treat
+ rejected RADIUS authentications as OK.
+ Patch by Jeremy Laidman <jlaidman *rebel-it.com.au> --niko
+
* help --static to work a bit better by fixing the dummy script_name
implementation -- tobi