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:
parent
d103f2d346
commit
cdf19ec5e2
@ -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;
|
Loading…
Reference in New Issue
Block a user