Radek Hladik wrote:
Richard Megginson napsal(a):Radek Hladik wrote:Hi all,I would like to execute script after every update operation on specified subtree. I would like to know whether is there any best practice solution. I've found out I can write really simple post-operation plugin but before I start to do that I would like to know whether there is not any better solution I might be overlooking. I need to extract the configuration for ldap non-aware application and recreate it's config file.There are two other simpler ways that might work for you.1) Use persistent search, possibly in combination with the Retro Changelog plugin.2) Enable the audit log, and just tail -f audit | your scriptRadek -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users------------------------------------------------------------------------ -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-usersWould you be so kind and point me to some more information about persistent searching? I can not find anything about it in FDS documentation, webpages and google returns only results about Novell eDirectory server. Is it FDS or LDAP extension?
cd /opt/fedora-ds/shared/bin ; ./ldapsearch -HThe -C option does a persistent search - use especially with the -r option to avoid stdout buffering.
The solution with tail looks good but what about log rotation? Or would be FDS willing to log audit into named pipe?
Yes. You should first disable audit log rotation.
Radek -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users