Just FYI.
On Mon, 30 Jul 2018 21:32:57 +0900, Zeus Panchenko wrote:
how can I run external script on event (LDAP operation)?
I wrote an experimental Perl script a few years ago.
https://github.com/fumiyas/ldap2any
This uses LDAP syncrepl consumer (Net::LDAP::Control::SyncRequest) to monitor LDAP DIT changes in an OpenLDAP server.
for example: I am generating config files for users from LDAP data with perl script
I want to re-generate config files each time LDAP operation (modify, add, delete) performed
how to do that and what is the best way to do that?