sq TODO: RECYCLED??? BUG? repl_meta_data: Fix removing of backlink on deleted objects
authorAndrej Gessel <Andrej.Gessel@janztec.com>
Thu, 19 Oct 2017 15:16:37 +0000 (17:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 23 Nov 2017 14:30:07 +0000 (15:30 +0100)
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index 28758ab6e9f8d843db0186d39b548e496ac1b15d..597e49c50f1a723b300aa5a0ffe3f968ddae0894 100644 (file)
@@ -3793,7 +3793,7 @@ static int replmd_delete_remove_link(struct ldb_module *module,
                                            msg->dn, attrs,
                                            DSDB_FLAG_NEXT_MODULE |
                                            DSDB_SEARCH_SHOW_EXTENDED_DN |
-                                           DSDB_SEARCH_SHOW_DELETED,
+                                           DSDB_SEARCH_SHOW_RECYCLED,
                                            parent);
 
                if (ret != LDB_SUCCESS) {