]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool/ldapcmp: ignore differences of whenChanged
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Aug 2016 10:53:26 +0000 (12:53 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 16 Aug 2016 07:59:11 +0000 (09:59 +0200)
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

(cherry picked from commit a0e60e96aa38407ded8d63650dcf8f39304c958a)

python/samba/netcmd/ldapcmp.py

index 96b94f2c16a2de575e0f9cc5eb0119f841a7fff6..cb02de2bd27a80674e7ad57403718032f819847b 100644 (file)
@@ -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"]