0925349 upgrade: treat duplicate entry when updating as not an error

1 file Authored by abbra 5 years ago, Committed by cheimes 5 years ago,
    upgrade: treat duplicate entry when updating as not an error
    
    When we attempt to update an entry during upgrade, it may have already
    contain the data in question between the check and the update. Ignore
    the change in this case and record it in the log.
    
    Fixes: https://pagure.io/freeipa/issue/7450
    Reviewed-By: Christian Heimes <cheimes@redhat.com>