Issue #110 has been updated by J?r?me Schell.
Yes I can confirm this problem since I've updated my lsc-core. userPassword attribute is always updated even if not modified (with nothing in lsc.properties concerning that attribute). It seems to be the same for the objectClass attribute (always updated). Maybe the comparison is done before setting the source value to the forced "default_value" in lsc.properties... ---------------------------------------- Bug #110: userPassword is always modified http://tools.lsc-project.org/issues/show/110 Author: Cl?ment Oudot Status: New Priority: Normal Assigned to: Category: Target version: Hi, just updated my connector and I see that my attribute userPassword is always updated, which is strange because it is in clear text (SASL) and the same in source and destination. The config is: <pre> lsc.syncoptions.user = org.lsc.beans.syncoptions.PropertiesBasedSyncOptions lsc.syncoptions.user.default.action = F # userPassword <- sAMAccountName lsc.syncoptions.user.userPassword.default_value = "{SASL}" + srcBean.getAttributeValueById("sAMAccountName") + "@example.com" </pre> userPassword is declared in lsc.tasks.user.dstService.attrs Do you have an idea? -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090716/a9e235ca/attachment.htm>

