#5237 [RFE] user-undel should support multiple users as arguments
Opened 8 years ago by mbasti. Modified 7 years ago

Because user-undel is symmetrical operation to user-del that supports multiple user as arguments, thus user-undel should allow to undelete more users at once to keep symmetry.

[root@vm-065 ~]# ipa user-del --preserve a
----------------
Deleted user "a"
----------------
[root@vm-065 ~]# ipa user-del --preserve b
----------------
Deleted user "b"
----------------
[root@vm-065 ~]# ipa user-undel a b
ipa: ERROR: command 'user_undel' takes at most 1 argument

Expected:

[root@vm-065 ~]# ipa user-undel a b
--------------------------
Undeleted user account(s) "a, b"
--------------------------

Metadata Update from @mbasti:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.5 backlog

7 years ago

Login to comment on this ticket.

Metadata