migrate-ds: skip default group option

New option --use-default-group=False could be used to disable adding of
migrated users into default group.

By default, the default group is no longer POSIX therefore it doesn't
fulfill the original idea of providing GID and therefore it could be
skipped during migration.

https://fedorahosted.org/freeipa/ticket/4950

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Petr Vobornik
2015-03-20 18:00:19 +01:00
parent 2c1bca3b0f
commit fda9698844
3 changed files with 18 additions and 7 deletions

View File

@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=116
# Last change: tbordaz - Add stageuser_add command"
IPA_API_VERSION_MINOR=117
# Last change: pvoborni - added --use-default-group option to migrate-ds