On Wed, 3 Oct 2018 at 09:28, Lachlan Musicman <datakid@gmail.com> wrote:
On Wed, 3 Oct 2018 at 08:34, Lachlan Musicman <datakid@gmail.com> wrote:
How do I delete a replica from the master if the replica no longer exists?

The message I get is "Unable to delete replica hostname; cannot connect to ldaps://hostname:389"

I tried using --force but got

$ ipa-csreplica-manage del hostname --force -v


Ah!

ipa-replica-manage del hostname --force --cleanup

Seems to have worked - via https://github.com/freeipa/freeipa-container/issues/40

cheers
L.