diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index f403120..9ceacd6 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -780,6 +780,12 @@ def handle_links(samdb, att, basedn, dn, value, ref_value, delta): # it means that we can readd links that were removed on purpose ... # Also this function in fact just accept add not removal + if len(res) == 0: + for v in value: + print "Current provision: %s" % v + for v in ref_value: + print "Reference provision: %s" % v + for e in res[0][att]: if not hash.has_key(e): # We put in the blacklist all the element that are in the "revealed"