diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 09:39:24 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 09:39:24 +0200 |
commit | e4613410033dc24d9efe34013c8a35b16487af8f (patch) | |
tree | 17eb5ef14f30d2c6fcb4086839249867894df3f3 /NEWS | |
parent | 4bf27452ab4bffbfbf6597e0c74c7f1529d10e54 (diff) | |
download | monitoring-plugins-e4613410033dc24d9efe34013c8a35b16487af8f.tar.gz |
Fix Debian bug #425129: SMB guest mode won't work
| The check_disk_smb plugin purports to support guest users, but it
| doesn't work out, because it doesn't specify the -N command line
| option to smbclient when no password is specified, making smbclient
| stop and ask.
[ http://bugs.debian.org/425129 ]
(Fixed by Josip Rodin, forwarded by Jan Wagner.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ This file documents the major additions and syntax changes between releases. Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105) Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore Fix regression in check_http ssl checks on some servers - make SNI an option + Fix guest mode support in check_disk_smb WARNINGS Updated developer documentation to say that performance labels should not have an equals sign or single quote in the label |