diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 23c511f..ac7bfc7 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -302,7 +302,9 @@ def handle_special_case(att, delta, new, old, usn, basedn, aldb): :param aldb: An ldb object used to build DN :return: True to indicate that the attribute should be kept, False for discarding it""" - + if delta.get(att) is None: + print str(delta) + print str(att) flag = delta.get(att).flags() # We do most of the special case handle if we do not have the # highest usn as otherwise the replPropertyMetaData will guide us more