From a719e6fb5aea61662e5809678150f7cb017ea553 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 8 Aug 2016 12:53:26 +0200 Subject: [PATCH] samba-tool/ldapcmp: ignore differences of whenChanged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon Aug 8 17:34:24 CEST 2016 on sn-devel-144 (cherry picked from commit a0e60e96aa38407ded8d63650dcf8f39304c958a) --- python/samba/netcmd/ldapcmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py index 96b94f2..cb02de2 100644 --- a/python/samba/netcmd/ldapcmp.py +++ b/python/samba/netcmd/ldapcmp.py @@ -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"] -- 1.9.1