goto error;
}
- DEBUG3("Sync created with msgid %i", sync->msgid);
+ DEBUG3("Sync created with base dn \"%s\", filter \"%s\", msgid %i",
+ sync->config->base_dn, sync->config->filter, sync->msgid);
return 0;
}
goto error;
}
- DEBUG3("Sync created with msgid %i", sync->msgid);
+ DEBUG3("Sync created with base dn \"%s\", filter \"%s\", msgid %i",
+ sync->config->base_dn, sync->config->filter, sync->msgid);
/*
* Register event to store cookies at a regular interval
fr_ldap_connection_t *conn = talloc_get_type_abort(sync->conn, fr_ldap_connection_t);
fr_rb_tree_t *tree = talloc_get_type_abort(conn->uctx, fr_rb_tree_t);
- DEBUG3("Abandoning sync");
+ DEBUG3("Abandoning sync base dn \"%s\", filter \"%s\"", sync->config->base_dn, sync->config->filter);
if (!sync->conn->handle) return 0; /* Handled already closed? */
goto error;
}
- DEBUG3("Sync created with msgid %i", sync->msgid);
+ DEBUG3("Sync created with base dn \"%s\", filter \"%s\", msgid %i",
+ sync->config->base_dn, sync->config->filter, sync->msgid);
/*
* Register event to store cookies at a regular interval