summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-30 16:29:32 -0500
committerMartin Kosek <mkosek@redhat.com>2012-02-29 15:28:32 +0100
commitc9e0473c6c6ddf8e09af076934afba6bf43f3fe0 (patch)
treee37037abcf343c94271b262f020d192efcde294b /VERSION
parent6e6f24747e6ad384c956c952373e4084552a7e8d (diff)
downloadfreeipa.git-c9e0473c6c6ddf8e09af076934afba6bf43f3fe0.tar.gz
freeipa.git-c9e0473c6c6ddf8e09af076934afba6bf43f3fe0.tar.xz
freeipa.git-c9e0473c6c6ddf8e09af076934afba6bf43f3fe0.zip
Add support defaultNamingContext and add --basedn to migrate-ds
There are two sides to this, the server and client side. On the server side we attempt to add a defaultNamingContext on already installed servers. This will fail on older 389-ds instances but the failure is not fatal. New installations on versions of 389-ds that support this attribute will have it already defined. On the client side we need to look for both defaultNamingContext and namingContexts. We still need to check that the defaultNamingContext is an IPA server (info=IPAV2). The migration change also takes advantage of this and adds a new option which allows one to provide a basedn to use instead of trying to detect it. https://fedorahosted.org/freeipa/ticket/1919 https://fedorahosted.org/freeipa/ticket/2314
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 523bde4a..381e3088 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=27
+IPA_API_VERSION_MINOR=28