From 8b32d9ad2de96679108fd7bffe804da10a652b2f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Jul 2012 15:35:42 +1000 Subject: s4-dsdb: Use parent_object_guid to find the correct parent for new objects This allows the parent to be renmaed while a new object is added on another replica. This rename may also be a delete, in which case we must move it to lostandfound. Andrew Bartlett --- source4/dsdb/samdb/samdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/samdb/samdb.h') diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 3e2f4a2e79..5422218059 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -129,6 +129,7 @@ struct dsdb_control_password_change { struct dsdb_extended_replicated_object { struct ldb_message *msg; struct ldb_val guid_value; + struct ldb_val parent_guid_value; const char *when_changed; struct replPropertyMetaDataBlob *meta_data; }; -- cgit