Re: Question on back-perl
Andy Cobaugh <[email protected]> Thu, 8 Apr 2010 12:33:16 -0400 (EDT)
| Newsgroups | gmane.network.openldap.general |
|---|---|
| Message-ID | <[email protected]> |
If all you want to do is trigger based on add/del/mod, May I suggest you take a look at the auditlog overlay? It will let you store changes in LDIF format to a file, which you could later parse very easily with something like Perl. --andy