4e7e98f Warn that deleting replica is irreversible, try to detect reconnection.

2 files Authored by rcritten 12 years ago, Committed by mkosek 12 years ago,
    Warn that deleting replica is irreversible, try to detect reconnection.
    
    Using ipa-replica-manage del <replica> is irreversible. You can't
    turn around and do a connect to it, all heck will break loose. This is
    because we clean up all references to the replica when we delete so if
    we connect to it again we'll end up deleting all of its principals.
    
    When a connection is deleted then the agreement is removed on both sides.
    What isn't removed is the nsDS5ReplicaBindDN so we can use that to
    determine if we previously had a connection.
    
    https://fedorahosted.org/freeipa/ticket/2126