diff options
Diffstat (limited to 'plugins/check_ldap.c')
| -rw-r--r-- | plugins/check_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 7ef4509c..25432de1 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
| @@ -191,7 +191,7 @@ main (int argc, char *argv[]) | |||
| 191 | LDAP_SUCCESS) { | 191 | LDAP_SUCCESS) { |
| 192 | if (verbose) | 192 | if (verbose) |
| 193 | ldap_perror(ld, "ldap_bind"); | 193 | ldap_perror(ld, "ldap_bind"); |
| 194 | printf (_("Could not bind to the ldap-server\n")); | 194 | printf (_("Could not bind to the LDAP server\n")); |
| 195 | return STATE_CRITICAL; | 195 | return STATE_CRITICAL; |
| 196 | } | 196 | } |
| 197 | 197 | ||
