summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-11-21 15:06:22 +1300
committerGarming Sam <garming@samba.org>2016-11-22 02:10:16 +0100
commit5889f399daad54124e0bb2be1fe81da1df67c84e (patch)
tree02dbbab59ed4b75f8360c4411cb5a9ec402d4b88 /source4/scripting
parent79bbd81963b383e471860bd7e0fbec96672414cd (diff)
downloadsamba-5889f399daad54124e0bb2be1fe81da1df67c84e.tar.gz
upgradeprovision: Remove objectCategory from constructed attrs
The new dbcheck rules identify an error where the GUID of the objectCategory does not exist (pointing to a non-existent schema object). As objectClass was not copied over either, it makes sense not to copy over the objectCategory. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12297
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/bin/samba_upgradeprovision2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision
index bc6e36a4f03..ccfc578281f 100755
--- a/source4/scripting/bin/samba_upgradeprovision
+++ b/source4/scripting/bin/samba_upgradeprovision
@@ -94,7 +94,7 @@ __docformat__ = "restructuredText"
# created
# This also apply to imported object from reference provision
replAttrNotCopied = [ "dn", "whenCreated", "whenChanged", "objectGUID",
- "parentGUID", "objectCategory", "distinguishedName",
+ "parentGUID", "distinguishedName",
"instanceType", "cn",
"lmPwdHistory", "pwdLastSet", "ntPwdHistory",
"unicodePwd", "dBCSPwd", "supplementalCredentials",