summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-17 13:50:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-29 17:11:53 +0200
commit5397150979a474f6df82e6df5287e1cc678a3479 (patch)
tree1a271252be9322a62c87eb889e45723565bbede8 /VERSION
parent659b88b8205ef403aa9162453472e4731d93d13b (diff)
downloadfreeipa-5397150979a474f6df82e6df5287e1cc678a3479.tar.gz
freeipa-5397150979a474f6df82e6df5287e1cc678a3479.tar.xz
freeipa-5397150979a474f6df82e6df5287e1cc678a3479.zip
Verify replication topology for a suffix
Checks done: 1. check if the topology is not disconnected. In other words if there are replication paths between all servers. 2. check if servers don't have more than a recommended number of replication agreements(4) https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 224d34925..2f884ff73 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=135
-# Last change: jcholast - User life cycle: Make user-del flags CLI-specific
+IPA_API_VERSION_MINOR=136
+# Last change: pvoborni: add topologysuffix-verify command