summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-05-16 12:56:04 +0200
committerMartin Kosek <mkosek@redhat.com>2011-05-25 08:39:47 +0200
commitdea578a357b2ebc68f56ef31f841cfe056f73303 (patch)
treed82e154c7189e308ff5e762b2c5839653a60fedd /VERSION
parent544c826682d8915ad740500555f47f0b459e7ae3 (diff)
downloadfreeipa-dea578a357b2ebc68f56ef31f841cfe056f73303.tar.gz
freeipa-dea578a357b2ebc68f56ef31f841cfe056f73303.tar.xz
freeipa-dea578a357b2ebc68f56ef31f841cfe056f73303.zip
A new flag to disable creation of UPG
Automatic creation may of User Private Groups (UPG) may not be wanted at all times. This patch adds a new flag --noprivate to ipa user-add command to disable it. https://fedorahosted.org/freeipa/ticket/1131
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index fc5718dd7..44de4f5f5 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=1
+IPA_API_VERSION_MINOR=2