From c9c55a2845fd8471bc609a23f5a32d252f7df04c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 17 Sep 2012 17:45:42 +0200 Subject: Run the CLEANALLRUV task when deleting a replication agreement. This adds two new commands to ipa-replica-manage: list-ruv & clean-ruv list-ruv can be use to list the update vectors the master has configugured clean-ruv can be used to fire off the CLEANRUV task to remove a replication vector. It should be used with caution. https://fedorahosted.org/freeipa/ticket/2303 --- install/updates/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/updates/Makefile.am') diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 9e0689665..1233126b1 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -26,6 +26,7 @@ app_DATA = \ 25-referint.update \ 30-s4u2proxy.update \ 40-delegation.update \ + 40-replication.update \ 40-dns.update \ 40-automember.update \ 45-roles.update \ -- cgit