diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-14 07:38:52 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-14 07:38:52 (GMT) |
commit | a179737771ece982e1840d480b10cb6ed1792619 (patch) | |
tree | 62240812a399c61fe301240ac5ca165abc2bf393 /NEWS | |
parent | e7cefa7be491050b6dc895f6cfab82c5ead340a7 (diff) | |
download | monitoring-plugins-a179737771ece982e1840d480b10cb6ed1792619.tar.gz |
Fix check_radius returning OK on unexpected results
REJECT_RC is defined on some radiusclient versions and differenciates
between auth errors and bad responses. This patch will affect only the
behaviour of those clients exporting REJECT_RC.
In addition, unexpected return codes are now handled properly and
return UNKNOWN.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ This file documents the major additions and syntax changes between releases. | |||
19 | Fix check_disk_smb and check_ircd failures when run via ePN | 19 | Fix check_disk_smb and check_ircd failures when run via ePN |
20 | check_ldap now allows for specifying an empty LDAP base | 20 | check_ldap now allows for specifying an empty LDAP base |
21 | Fix compilation error of pst3 in Solaris 8 | 21 | Fix compilation error of pst3 in Solaris 8 |
22 | Fix check_radius returning OK on unexpected results (Craig Leres - #2911752) | ||
22 | WARNINGS | 23 | WARNINGS |
23 | Updated developer documentation to say that performance labels should not have an equals sign or | 24 | Updated developer documentation to say that performance labels should not have an equals sign or |
24 | single quote in the label | 25 | single quote in the label |