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
commit6b8623848e46dec074cd2894c9fbcd0eb47d3247 (patch)
tree6b854a9e89aa52504703dbe23bc2eabb1ea0c421 /VERSION
parent57b07070f0b16f7e0099282d6a78f22c6af00793 (diff)
downloadfreeipa-6b8623848e46dec074cd2894c9fbcd0eb47d3247.tar.gz
freeipa-6b8623848e46dec074cd2894c9fbcd0eb47d3247.tar.xz
freeipa-6b8623848e46dec074cd2894c9fbcd0eb47d3247.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 31a4af4a8..9fe2f4d4f 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