From: Matthieu Patou Date: Tue, 5 Jul 2011 17:56:30 +0000 (+0400) Subject: upgradeprovision: reduce the number of attribute that we skip X-Git-Tag: talloc-2.0.6~854 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=e3fef4db0fe3f92ad0c12b9b85dccbea64d38193;p=ddiss%2Fsamba.git upgradeprovision: reduce the number of attribute that we skip Signed-off-by: Andrew Tridgell --- diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index e98b6427762..d2a645a6373 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -84,8 +84,7 @@ __docformat__ = "restructuredText" # This also apply to imported object from reference provision replAttrNotCopied = [ "dn", "whenCreated", "whenChanged", "objectGUID", "parentGUID", "objectCategory", "distinguishedName", - "nTMixedDomain", "showInAdvancedViewOnly", - "instanceType", "msDS-Behavior-Version", "cn", + "instanceType", "cn", "lmPwdHistory", "pwdLastSet", "ntPwdHistory", "unicodePwd", "dBCSPwd", "supplementalCredentials", "gPCUserExtensionNames", "gPCMachineExtensionNames",