summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-08-17 20:11:21 +0200
committerMartin Basti <mbasti@redhat.com>2015-08-21 12:29:03 +0200
commitfb98e77104cee4fb23223a25128e75d88cfe5ba8 (patch)
treeb46954e0bc7184c5efe90b9cc34c773a3cfbfce6 /VERSION
parentd8b9125895758cbc33821c176f3e5a05654dbee4 (diff)
downloadfreeipa-fb98e77104cee4fb23223a25128e75d88cfe5ba8.tar.gz
freeipa-fb98e77104cee4fb23223a25128e75d88cfe5ba8.tar.xz
freeipa-fb98e77104cee4fb23223a25128e75d88cfe5ba8.zip
Add user-stage command
This patch replaces 'stageuser-add --from-delete' with new command user-stage. Original way always required to specify first and last name, and overall combination of options was hard to manage. The new command requires only login of deleted user (user-del --preserve). https://fedorahosted.org/freeipa/ticket/5041 Reviewed-By: Thierry Bordaz <tbordaz@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0ccfd09ee..e8387a1ae 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=151
-# Last change: cheimes - Add flag to list all service and user vaults
+IPA_API_VERSION_MINOR=152
+# Last change: mbasti - add 'user-stage' command