mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
samba-tool/ldapcmp: ignore differences of whenChanged
This is implicitly replicated, but may diverge on updates of non-replicated attributes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12129 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Aug 8 17:34:24 CEST 2016 on sn-devel-144
This commit is contained in:
parent
7147859c7a
commit
a0e60e96aa
@ -438,7 +438,7 @@ class LDAPObject(object):
|
||||
"uSNChanged",
|
||||
"uSNCreated",
|
||||
"uSNLastObjRem",
|
||||
# "whenChanged", # This is implicitly replicated
|
||||
"whenChanged", # This is implicitly replicated, but may diverge on updates of non-replicated attributes
|
||||
]
|
||||
self.ignore_attributes = self.non_replicated_attributes
|
||||
self.ignore_attributes += ["msExchServer1HighestUSN"]
|
||||
|
Loading…
Reference in New Issue
Block a user