From 6b8623848e46dec074cd2894c9fbcd0eb47d3247 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Mon, 17 Aug 2015 20:11:21 +0200 Subject: 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 Reviewed-By: Jan Cholasta --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit