mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
ldapcmp: Improve the difference checker of ldapcmp for 2012 R2
There are a number of new attributes which may be considered DNs. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Thu Dec 21 03:41:19 CET 2017 on sn-devel-144
This commit is contained in:
@ -478,7 +478,14 @@ class LDAPObject(object):
|
|||||||
"msExchHomeRoutingGroup", "msExchResponsibleMTAServer", "siteFolderServer", "msExchRoutingMasterDN",
|
"msExchHomeRoutingGroup", "msExchResponsibleMTAServer", "siteFolderServer", "msExchRoutingMasterDN",
|
||||||
"msExchRoutingGroupMembersBL", "homeMDBBL", "msExchHomePublicMDB", "msExchOwningServer", "templateRoots",
|
"msExchRoutingGroupMembersBL", "homeMDBBL", "msExchHomePublicMDB", "msExchOwningServer", "templateRoots",
|
||||||
"addressBookRoots", "msExchPolicyRoots", "globalAddressList", "msExchOwningPFTree",
|
"addressBookRoots", "msExchPolicyRoots", "globalAddressList", "msExchOwningPFTree",
|
||||||
"msExchResponsibleMTAServerBL", "msExchOwningPFTreeBL",]
|
"msExchResponsibleMTAServerBL", "msExchOwningPFTreeBL",
|
||||||
|
# After 2012 R2 functional preparation
|
||||||
|
"msDS-MembersOfResourcePropertyListBL",
|
||||||
|
"msDS-ValueTypeReference",
|
||||||
|
"msDS-MembersOfResourcePropertyList",
|
||||||
|
"msDS-ValueTypeReferenceBL",
|
||||||
|
"msDS-ClaimTypeAppliesToClass",
|
||||||
|
]
|
||||||
self.dn_attributes = [x.upper() for x in self.dn_attributes]
|
self.dn_attributes = [x.upper() for x in self.dn_attributes]
|
||||||
#
|
#
|
||||||
# Attributes that contain the Domain name e.g. 'samba.org'
|
# Attributes that contain the Domain name e.g. 'samba.org'
|
||||||
|
Reference in New Issue
Block a user