X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_ldap.c;h=400d74ad7655f38bdba16a722b7b76e5076ab625;hb=ce3de90c9ec8589b66412a7070d3bf15abc41b01;hp=25432de12f9e35b6b8379e97f8150d3b74075eda;hpb=532454485570d76c159b7ddcf218dce1d59c26d3;p=nagiosplug.git diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 25432de..400d74a 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -36,6 +36,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; #include "utils.h" #include +#define LDAP_DEPRECATED 1 #include enum { @@ -373,7 +374,7 @@ validate_arguments () if (ld_host==NULL || strlen(ld_host)==0) usage4 (_("Please specify the host name\n")); - if (ld_base==NULL || strlen(ld_base)==0) + if (ld_base==NULL) usage4 (_("Please specify the LDAP base\n")); return OK;