$NetBSD: patch-ah,v 1.6 2010/06/16 07:56:30 adam Exp $

--- storage/storage_ldapvcard.c.orig	2010-06-13 06:44:33.000000000 +0000
+++ storage/storage_ldapvcard.c
@@ -143,7 +143,6 @@ static int rebindProc(LDAP *ld, LDAP_CON
     drvdata_t data = mdata;
     data->ld = ld;
     if(ldap_simple_bind_s(data->ld, data->binddn, data->bindpw)) {
-        log_write(drv->st->sm->log, LOG_ERR, "ldap: bind failed (to %s): %s", url, ldap_err2string(_ldap_get_lderrno(data->ld)));
         ldap_unbind_s(data->ld);
         data->ld = NULL;
         return NULL;
