Issue #555 has been updated by Raphaël Ouazana. Status changed from Assigned to Feedback Assigned to changed from Raphaël Ouazana to Clément OUDOT % Done changed from 0 to 70
Done with a little difference: no dryrun variable, but all the different conditions variable are available in scripts: nocreate, noupdate, nodelete, nomodrdn. dryRun could be computed as nocreate && noupdate && nodelete && nomodrdn ---------------------------------------- Feature #555: Dry-run should consider <conditions> settings http://tools.lsc-project.org/issues/555 Author: Maxime Pelletier Status: Feedback Priority: Normal Assigned to: Clément OUDOT Category: Core Target version: 2.1 When running a task in dry-run (-n flag), then all modification possibilities are evaluated. It should consider <conditions> settings in lsc.xml file: <pre> <conditions> <create>false</create> <update>true</update> <delete>false</delete> <changeId>false</changeId> </conditions> </pre> In this example, LSC should only evaluate update, even in dry-run. I think that this change should be consider since dry-run could have external impact (java class or LSC function like SequencesFactory.getNextValue). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

