Le 10/10/2018 à 12:43, Matjaz Premerl a écrit : > Hi, > > I've managed to call external SQL procedure to create the user on > Oracle within the id "insertInetOrgPerson". At the first attempt the > procedure is executed and Oracle database user is created. But now I'm > seeing that this action is called each time when the LSC > synchronization is started. Can you please help me, what could be > wrong in this case. I want to achieve that the action within id > "insertInetOrgPerson" is executed just once per user identity.
If the insert is done each, it means LSC can't find the current entry in SQL database and tries to recreate it. You need to adjust the SQL query that searches the entry inside teh SQL database. -- Clément Oudot | Identity Solutions Manager [email protected] 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

