#1688 Modify serial associator to use batch
Closed: Fixed None Opened 12 years ago by edewata.

The serial associator is used to execute a command multiple times with different parameters. This is used for adding/removing a user into/from multiple groups. It has some issues:

- Each command is executed one-by-one, so it could be slow.
- If there's a failure the rest of the commands will not be executed.

This can be fixed by putting the commands into a batch and execute them at once.


- master: 50a898855c044d88d069c69dfe5d2659e4eceed9
- ipa-2-1: ddb31f54431213266b7cdde53ad3616b1cfd0bad

Metadata Update from @edewata:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 2.1.1 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata