upgradeprovision: reduce the number of attribute that we skip
authorMatthieu Patou <mat@matws.net>
Tue, 5 Jul 2011 17:56:30 +0000 (21:56 +0400)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2011 04:32:44 +0000 (14:32 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/scripting/bin/upgradeprovision

index e98b64277625b13ee80b81d0134a3db282491857..d2a645a637375b9bb6d862b5616aedead8f618a4 100755 (executable)
@@ -84,8 +84,7 @@ __docformat__ = "restructuredText"
 # This also apply to imported object from reference provision
 replAttrNotCopied = [   "dn", "whenCreated", "whenChanged", "objectGUID",
                         "parentGUID", "objectCategory", "distinguishedName",
 # 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",
                         "lmPwdHistory", "pwdLastSet", "ntPwdHistory",
                         "unicodePwd", "dBCSPwd", "supplementalCredentials",
                         "gPCUserExtensionNames", "gPCMachineExtensionNames",