mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
ldapcmp: Add otherWellKnownObjects to ignore when using --two
wellKnownObjects already exists in this list. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -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"]
|
||||
#
|
||||
|
Reference in New Issue
Block a user