2011/10/24 Rene Zeipelt <[email protected]>: > hello, > we use version 1.2.1 for ldap to ad sync and all runs perfect. since we want > to build in an update condition by checking the modifyTimeStamp in ldap and > ad > we recognize no function. we set the properties to > lsc.tasks.user.condition.update = > srcBean.getAttributeValueById("modifyTimeStamp") > > dstBean.getAttributeValueById("modifyTimeStamp") > any help? thanks. rene
Hello, you should maybe try to use a substring of modifyTimeStamp value to get only digits, in order to have a successful comparaison test. To get date + time, take the first 14 characters of the value (YYYYMMDDhhmmss) Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

