Le 11/06/2019 à 14:03, Matjaz Premerl a écrit : > Hi, > > Thanks for the information about the plugin. Is it possible to > "enable" plugin configuration in a way that just for "delete" action > separate script is called and the rest > of operation for CREATE, MODIFY and CHANGERDN should works as default. > How is it possible to achieve that?
You can't do that, you need to call scripts for each action. But LSC provides simple scripts to do ldapadd/modify/modrdn/delete: https://lsc-project.org/documentation/plugins/executable/bash_ldapclients Use these scripts and modify just the delete script to fit your needs. -- 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

