<head>
        <title></title>
</head>
<body>
<div class="userStyles" style=" font-family: Arial; font-size: 12pt; color: #000000;">Hello,<br>
<br>
I can connect to the OpenLDAP server I want to monitor with ldapsearch:<br>
<br>
anderson@nagios:/usr/local/nagios/libexec$ ldapsearch -H ldap://xxxxx.yyyyy.edu:389 -x -b "cn=OracleContext,dc=yyyyy,dc=edu"<br>
(much data comes back)<br>
<br>
but I cannot connect with check_ldap:<br>
<br>
anderson@nagios:/usr/local/nagios/libexec$ check_ldap -H ldap://xxxxx.yyyyy.edu:389 -b "cn=OracleContext,dc=yyyyy,dc=edu" -v<br>
ldap_bind: Can't contact LDAP server (-1)<br>
Could not bind to the LDAP server<br>
<br>
What does "Can't contact LDAP server" mean in this context?  It is not signalling a network connectivity problem, as seen by the success of ldapsearch.  It is not signalling a hostname resolution problem; the problem symptom does not change if I use the IP address rather than the hostname.<br>
<br>
check_ldap is from nagios-plugins-release-2.2.1.<br>
<br>
Thank you for your consideration.<br>
<br>
Mark<br>
<br>
 </div>


</body>