TODO: dsdb/repl: Reduce noice during replication of Windows 2012 R2 schema by ignorin...
authorAndrew Bartlett <abartlet@samba.org>
Sat, 3 Sep 2016 09:58:47 +0000 (21:58 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 10:31:19 +0000 (11:31 +0100)
commitd69f1474b680aa66193fdb8a8326be892090b244
tree6a626335a530d11e1373feda1c14889cc4a217fe
parentaad73f1f8564a29143302a422fdb113816e350c1
TODO: dsdb/repl: Reduce noice during replication of Windows 2012 R2 schema by ignoring more attributes

We do not need to know about the attributes that are permitted in a
class, nor the permitted parent or subClass values to convert the
objects from DRS, as we never enforce schema restrictions on DRS
replicated objects.

This will not change how we eventually succeed or fail, because we
have to convert the object in the end, but this means less looping
while we do that.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/repl/replicated_objects.c