On 05/11/2018 10:01, Martin Röh wrote: > Nov 05 09:27:31 - INFO - All entries: 949, to modify entries: 0, > successfully modified entries: 0, errors: 0 > > Will a dry run perhaps always show only this message ?
Hi Martin, I've checked the code and I can confirm that counter "modify entries" is incremented in dry run mode even a change would be applied without drymode - eg. AbstractSynchronize.run(IBean entry), lines 762 to 769. The only reasons I can think of for that change not being detected is that 1. there is no entry with uid "mar" in your source or in your destination directory, or the filter exclude such entry from being synchronize or, 2. the value of the attribute in your source is already the same as the value of the attribute in the destination. Adding some debug logging as clement suggested in your condition script may help to understand what's going on. Regards. -- Soisik Froger Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

