b83073d ipa-replica-manage: implicitly ignore initial time skew in force-sync

Authored and Committed by abbra 6 years ago
    ipa-replica-manage: implicitly ignore initial time skew in force-sync
    
    When performing force synchronization, implicitly ignore initial
    time skew (if any) and restore it afterwards.
    
    This also changes semantics of force-sync by waiting until the end of
    the initial replication.
    
    Fixes https://pagure.io/freeipa/issue/7211
    
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>