From e3fef4db0fe3f92ad0c12b9b85dccbea64d38193 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 5 Jul 2011 21:56:30 +0400 Subject: [PATCH] upgradeprovision: reduce the number of attribute that we skip Signed-off-by: Andrew Tridgell --- source4/scripting/bin/upgradeprovision | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.11.4.GIT