From: Andrew Bartlett Date: Thu, 12 May 2016 23:40:55 +0000 (+1200) Subject: dsdb: Show initial replicated modify as well as resolved modify in repl_meta_data X-Git-Tag: tdb-1.3.10~953 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=225cef98518541ccae07bc7f4e9a7b10bde1856d;p=thirdparty%2Fsamba.git dsdb: Show initial replicated modify as well as resolved modify in repl_meta_data Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam objs->objects[ar->index_current].object_guid, &guid_txt), + s, + ndr_print_struct_string(s, + (ndr_print_fn_t)ndr_print_replPropertyMetaDataBlob, + "existing replPropertyMetaData", + &omd), + ndr_print_struct_string(s, + (ndr_print_fn_t)ndr_print_replPropertyMetaDataBlob, + "incoming replPropertyMetaData", + rmd))); + talloc_free(s); + } + local_isDeleted = ldb_msg_find_attr_as_bool(ar->search_msg, "isDeleted", false); remote_isDeleted = ldb_msg_find_attr_as_bool(msg, @@ -4939,7 +4959,7 @@ static int replmd_replicated_apply_merge(struct replmd_replicated_request *ar) struct GUID_txt_buf guid_txt; char *s = ldb_ldif_message_string(ldb, ar, LDB_CHANGETYPE_MODIFY, msg); - DEBUG(4, ("DRS replication modify message of %s:\n%s\n", + DEBUG(4, ("Final DRS replication modify message of %s:\n%s\n", GUID_buf_string(&ar->objs->objects[ar->index_current].object_guid, &guid_txt), s)); talloc_free(s);