The Samba-Bugzilla – Attachment 12341 Details for
Bug 12129
let samba-tool ldapcmp ignore whenChanged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for v4-4-test
tmp44.diff.txt (text/plain), 1.46 KB, created by
Stefan Metzmacher
on 2016-08-09 06:49:14 UTC
(
hide
)
Description:
Patch for v4-4-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2016-08-09 06:49:14 UTC
Size:
1.46 KB
patch
obsolete
>From baf8240745e934238879e0bc4724cb3c06659094 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >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 <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 | 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 12129
:
12340
| 12341 |
12342