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>
This commit is contained in:
Drew Erny
2015-06-05 19:31:18 +02:00
committed by Petr Vobornik
parent 13700d9d3f
commit a57998f51e
3 changed files with 22 additions and 4 deletions
+2 -2
View File
@@ -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