On 8/25/2011 8:23 AM, Petr Vobornik wrote:
https://fedorahosted.org/freeipa/ticket/1688

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.

There's one comment that's still referring to the old 'command':
  //alert(JSON.stringify(command.to_json()));
It's not important because it's only used for debugging. The comment can be fixed or even deleted in another patch.

ACK. Pushed to master and ipa-2-1.

--
Endi S. Dewata

_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to