From 6c107d819c557d32e90bbbd1ab4d60d8b59006db Mon Sep 17 00:00:00 2001 From: David Kupka Date: Wed, 2 Dec 2015 13:17:13 +0000 Subject: dns: do not add (forward)zone if it is already resolvable. Check if the zone user wants to add is already resolvable and refuse to create it if yes. --skip-overlap-check and --force options suppress this check. https://fedorahosted.org/freeipa/ticket/5087 Reviewed-By: Petr Spacek --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index ba89541d5..db968b444 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=162 +IPA_API_VERSION_MINOR=163 # Last change: jcholast - replica install: add remote connection check over API -- cgit