From a57998f51eb8b62052fe021a68503eed4714c6d3 Mon Sep 17 00:00:00 2001 From: Drew Erny Date: Thu, 4 Jun 2015 14:02:12 -0400 Subject: Migration now accepts scope as argument Adds a new option to command ipa migrate-ds, --scope=[base,onelevel,subtree] which allows the user to specify LDAP search depth for users and groups. 'onelevel' was the hard-coded level before this patch and is still default. Specify 'subtree' to search nested OUs for users and groups. https://fedorahosted.org/freeipa/ticket/2547 Reviewed-By: Martin Basti --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 6f6e363eb..fe746a7f5 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=124 -# Last change: pvoborni - added topology management commands +IPA_API_VERSION_MINOR=125 +# Last change: derny - migration now accepts scope as argument -- cgit