summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-08-08 12:53:26 +0200
committerStefan Metzmacher <metze@samba.org>2016-08-11 07:10:38 +0200
commit76958a6966a3fcd13c66f483e2b5828b8a344417 (patch)
treecb7d0d50c061d86c1d8fb3ed8de2c84ff42d50de /python
parent3e25b210c3412981255c75445be1c39d778c3025 (diff)
downloadsamba-76958a6966a3fcd13c66f483e2b5828b8a344417.tar.gz
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 (cherry picked from commit a0e60e96aa38407ded8d63650dcf8f39304c958a)
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/ldapcmp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py
index 96b94f2c16a..cb02de2bd27 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"]