From: Garming Sam Date: Sun, 17 Dec 2017 23:39:52 +0000 (+1300) Subject: ldapcmp: Add otherWellKnownObjects to ignore when using --two X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=0efc061a62af0a315982ce21cab2f2fd32f43d1d ldapcmp: Add otherWellKnownObjects to ignore when using --two wellKnownObjects already exists in this list. Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py index cb02de2bd27a..0b81189f38df 100644 --- a/python/samba/netcmd/ldapcmp.py +++ b/python/samba/netcmd/ldapcmp.py @@ -454,12 +454,17 @@ class LDAPObject(object): if self.two_domains: self.ignore_attributes += [ - "objectCategory", "objectGUID", "objectSid", "whenCreated", "whenChanged", "pwdLastSet", "uSNCreated", "creationTime", - "modifiedCount", "priorSetTime", "rIDManagerReference", "gPLink", "ipsecNFAReference", - "fRSPrimaryMember", "fSMORoleOwner", "masteredBy", "ipsecOwnersReference", "wellKnownObjects", - "badPwdCount", "ipsecISAKMPReference", "ipsecFilterReference", "msDs-masteredBy", "lastSetTime", - "ipsecNegotiationPolicyReference", "subRefs", "gPCFileSysPath", "accountExpires", "invocationId", - "operatingSystemVersion", "oEMInformation", + "objectCategory", "objectGUID", "objectSid", "whenCreated", + "whenChanged", "pwdLastSet", "uSNCreated", "creationTime", + "modifiedCount", "priorSetTime", "rIDManagerReference", + "gPLink", "ipsecNFAReference", "fRSPrimaryMember", + "fSMORoleOwner", "masteredBy", "ipsecOwnersReference", + "wellKnownObjects", "otherWellKnownObjects", "badPwdCount", + "ipsecISAKMPReference", "ipsecFilterReference", + "msDs-masteredBy", "lastSetTime", + "ipsecNegotiationPolicyReference", "subRefs", "gPCFileSysPath", + "accountExpires", "invocationId", "operatingSystemVersion", + "oEMInformation", # After Exchange preps "targetAddress", "msExchMailboxGuid", "siteFolderGUID"] #