1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-ldb: moved the ldb_ildap backend into lib/ldb-samba

this backend is samba4 specific
This commit is contained in:
Andrew Tridgell 2010-11-01 18:42:39 +11:00
parent d103f2d346
commit cdf19ec5e2

View File

@ -333,7 +333,7 @@ static void ildb_callback(struct ldap_request *req)
ldbmsg->elements = talloc_move(ldbmsg, &search->attributes);
controls = talloc_steal(ac, msg->controls);
ret = ldb_module_send_entry(ac->req, ldbmsg, controls);
if (ret != LDB_SUCCESS) {
callback_failed = true;