summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-03-20 18:00:19 +0100
committerPetr Vobornik <pvoborni@redhat.com>2015-05-12 12:41:34 +0200
commitfda96988444c8c01115f0e992abe1b71192998d5 (patch)
treed04e0752a2ce1d6f09b135d94806e9b490086390 /VERSION
parent2c1bca3b0f19f69471c993867113d13cbc54636a (diff)
downloadfreeipa-fda96988444c8c01115f0e992abe1b71192998d5.tar.gz
freeipa-fda96988444c8c01115f0e992abe1b71192998d5.tar.xz
freeipa-fda96988444c8c01115f0e992abe1b71192998d5.zip
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>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index b584eb458..8824bbfe4 100644
--- a/VERSION
+++ b/VERSION
@@ -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