Hi Team, This is solved, I have created external .js file to handle data validations.
Another requirement is in the scenario where I have 2 different objects(ou=User and ou=Company) on source LDAP which need to be mapped to one single object(ou=User) on destination LDAP. I need a bidirectional continuous synchronization for this setup and I am handling it by creating separate tasks for updating user object and company object. Now, in order to maintain referential integrity on source, I want that a user object is created/updated from destination to source only if his mapped company is created successfully on source LDAP. If due to some reasons company creation/updation is failed then the create/update user task must be ignored. It is challenging now because I have separate task for user create/update and company create/update, and user and company DN is separate. One way is to have two source configurations in a task, and check the value from one source to the other, if exist then create object on destination. But is this technically possible on LSC? Please kindly advice! Regards, Neha Soni | Accenture IDC -----Original Message----- From: Soni, Neha Sent: Monday, May 29, 2017 10:06 AM To: [email protected] Subject: RE: [lsc-users] Match to multiple Pivot attributes Hi Team, Thanks for your input, please could you give me a sample of such working condition which I can include in my dataset? <dataset> <name>email</name> <policy>KEEP</policy> <defaultValues></defaultValues> <forceValues> </forceValues> <createValues> </createValues> </dataset> Regards, Neha Soni | Accenture IDC -----Original Message----- From: lsc-users [mailto:[email protected]] On Behalf Of Clément OUDOT Sent: Friday, May 26, 2017 3:42 PM To: [email protected] Subject: Re: [lsc-users] Match to multiple Pivot attributes Le 26/05/2017 à 10:50, Soni, Neha a écrit : > Hi Team, > > Thanks, I have another requirement for data synchronization, to update a data > only if it is in a particular format. For ex. Update destination email > attribute only if the source email attribute contains an "@". Please kindly > advice if that's possible? Hello, of course, you only need to write a condition in the dataset. It the condition is true, return the source value, if it is false, return the destination value. -- Clément OUDOT Consultant en logiciels libres, Expert infrastructure et sécurité Savoir-faire Linux 137 boulevard de Magenta - 75010 PARIS Blog: https://urldefense.proofpoint.com/v2/url?u=http-3A__sflx.ca_coudot&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=R7AYrW2q3xtN5zRBgtSmKg-ZffONV3PlSdv9Cmq-l_w&m=9vnpjzb7thAkMSU2chqtzlQke7zFri9S94GT7IvW96k&s=_ICrlFG3e9-lVkeh3ReDIGzcDZLakjeu6sZB-ufboZI&e= _______________________________________________________________ Ldap Synchronization Connector (LSC) - https://urldefense.proofpoint.com/v2/url?u=http-3A__lsc-2Dproject.org&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=R7AYrW2q3xtN5zRBgtSmKg-ZffONV3PlSdv9Cmq-l_w&m=9vnpjzb7thAkMSU2chqtzlQke7zFri9S94GT7IvW96k&s=5adpoUr4qmkRVCNL8WDNAnWjOo-KVcB3xMkvdz6vWT0&e= lsc-users mailing list [email protected] https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.lsc-2Dproject.org_cgi-2Dbin_mailman_listinfo_lsc-2Dusers&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=R7AYrW2q3xtN5zRBgtSmKg-ZffONV3PlSdv9Cmq-l_w&m=9vnpjzb7thAkMSU2chqtzlQke7zFri9S94GT7IvW96k&s=_akkoCn-TTJxK1BxU125YhnQENnBd9eL-T8Erv9Alzw&e= ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.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

