s4-ldb: moved the ldb_ildap backend into lib/ldb-samba
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:42:39 +0000 (18:42 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:55:20 +0000 (18:55 +1100)
this backend is samba4 specific

source4/lib/ldb-samba/ldb_ildap.c [moved from source4/lib/ldb/ldb_ildap/ldb_ildap.c with 99% similarity]

similarity index 99%
rename from source4/lib/ldb/ldb_ildap/ldb_ildap.c
rename to source4/lib/ldb-samba/ldb_ildap.c
index a312cc9fe25932f69541405267b119ce9785d0cb..e2176d65d3ce5f02bcd2e55cd7a0f848549a3dd1 100644 (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;