1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s4-upgradeprovision: ignore objectSid

This commit is contained in:
Matthieu Patou 2011-06-14 01:41:56 +04:00 committed by Matthieu Patou
parent f7a903ee80
commit bc7b8fa108

View File

@ -882,9 +882,10 @@ def checkKeepAttributeWithMetadata(delta, att, message, reference, current,
dn = current[0].dn
for att in list(delta):
if att == "dn":
# dn is not removable
if att in ["dn", "objectSid"]:
delta.remove(att)
continue
# We have updated by provision usn information so let's exploit
# replMetadataProperties
if att in forwardlinked: