blob: 518d6a6bd305794fb8f1cebda96d0935e4e26816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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;
|