diff options
author | Matthieu Patou <mat@matws.net> | 2011-07-05 21:56:30 +0400 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-11 14:32:44 +1000 |
commit | e3fef4db0fe3f92ad0c12b9b85dccbea64d38193 (patch) | |
tree | 479d6e92160c1a63cf79cc9e4c384ad19a2366d3 /source4 | |
parent | c3106a6091090212a45b1ef02ddb0272c8f51d73 (diff) | |
download | samba-e3fef4db0fe3f92ad0c12b9b85dccbea64d38193.tar.gz samba-e3fef4db0fe3f92ad0c12b9b85dccbea64d38193.tar.bz2 samba-e3fef4db0fe3f92ad0c12b9b85dccbea64d38193.zip |
upgradeprovision: reduce the number of attribute that we skip
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index e98b642776..d2a645a637 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", |