[Pkg-nagios-changes] [pkg-nagios-plugins] 01/01: Use check_ldap instead of check_ldaps for the check_ldaps* command definitions
Jan Wagner
waja at moszumanska.debian.org
Sun Dec 1 20:56:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit e0ee45e188a5e2b5ebde25bf6575f0d86e637fef
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Dec 1 21:54:26 2013 +0100
Use check_ldap instead of check_ldaps for the check_ldaps* command definitions
---
debian/pluginconfig/ldap.cfg | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/pluginconfig/ldap.cfg b/debian/pluginconfig/ldap.cfg
index 30d5279..ae5bde3 100644
--- a/debian/pluginconfig/ldap.cfg
+++ b/debian/pluginconfig/ldap.cfg
@@ -5,9 +5,11 @@ define command{
}
# 'check_ldaps' command definition
+# This was using 'check_ldaps' in the past which used port 389 and starttls
+# mechanism on default, keeped for backward compatibility
define command{
command_name check_ldaps
- command_line /usr/lib/nagios/plugins/check_ldaps -H '$HOSTADDRESS$' -b '$ARG1$'
+ command_line /usr/lib/nagios/plugins/check_ldap -H '$HOSTADDRESS$' -T -b '$ARG1$'
}
####
@@ -21,7 +23,9 @@ define command{
}
# 'check_ldaps_4' command definition
+# This was using 'check_ldaps' in the past which used port 389 and starttls
+# mechanism on default, keeped for backward compatibility
define command{
command_name check_ldaps_4
- command_line /usr/lib/nagios/plugins/check_ldaps -H '$HOSTADDRESS$' -b '$ARG1$' -4
+ command_line /usr/lib/nagios/plugins/check_ldap -H '$HOSTADDRESS$' -T -b '$ARG1$' -4
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list