summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorDrew Erny <derny@redhat.com>2015-06-04 14:02:12 -0400
committerPetr Vobornik <pvoborni@redhat.com>2015-06-05 19:31:18 +0200
commita57998f51eb8b62052fe021a68503eed4714c6d3 (patch)
tree14631f1a97bbeb2ff39a3af87e2af9b66e5d71a8 /VERSION
parent13700d9d3f9abd25c80af5edf406e7057e04f318 (diff)
downloadfreeipa-a57998f51eb8b62052fe021a68503eed4714c6d3.tar.gz
freeipa-a57998f51eb8b62052fe021a68503eed4714c6d3.tar.xz
freeipa-a57998f51eb8b62052fe021a68503eed4714c6d3.zip
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 <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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