summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 18:42:39 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 18:55:20 +1100
commitcdf19ec5e2310a2f41e73fbb4655da288b88edfc (patch)
tree77665d0864b30eaf2abb05e158f1311fd8978c8d
parentd103f2d346d721de6975f32649a8c75d5230dc5b (diff)
downloadsamba-cdf19ec5e2310a2f41e73fbb4655da288b88edfc.tar.gz
samba-cdf19ec5e2310a2f41e73fbb4655da288b88edfc.tar.bz2
samba-cdf19ec5e2310a2f41e73fbb4655da288b88edfc.zip
s4-ldb: moved the ldb_ildap backend into lib/ldb-samba
this backend is samba4 specific
-rw-r--r--source4/lib/ldb-samba/ldb_ildap.c (renamed from source4/lib/ldb/ldb_ildap/ldb_ildap.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ildap/ldb_ildap.c b/source4/lib/ldb-samba/ldb_ildap.c
index a312cc9fe2..e2176d65d3 100644
--- a/source4/lib/ldb/ldb_ildap/ldb_ildap.c
+++ b/source4/lib/ldb-samba/ldb_ildap.c
@@ -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;