[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Overlay module accesslog on 2.3.4 - events not catched
- To: openldap-software@OpenLDAP.org
- Subject: Overlay module accesslog on 2.3.4 - events not catched
- From: Ettore Simone <ettore.simone@gmail.com>
- Date: Thu, 30 Jun 2005 17:16:37 +0200
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VOOmobW6rVR2F6ybDvVolBXuyoct/ZeWpnLUpKTHhiDfdJEUThrotltomh4V0oO3zL9Is/b6YBSc/lH5gIkHZkuLQNhr3/dBsRetWozcQMYk4QJvnDOm1THejB6Sau4Frovctc13rvTVEeuRFu3AECyb7jEZ6zQhNm8RaDLleTU=
Hi guys,
I would like to integrate OpenLDAP in a mixed metadirectory
environment (iPlanet, eDirectory, Oracle Internet Directory) using the
changelog method described in Netscape IETF drafts
draft-good-ldap-changelog-xx.txt.
I'm trying to use (or extend it if needed) the accesslog overlay, but
it seem that events for databases different from the log backend
itself are not correctly handled by the overlay/accesslog layer.
Using a slapd.conf file like this:
...
moduleload accesslog.la
...
database bdb
suffix "dc=my-domain,dc=com"
rootdn "cn=Manager,dc=my-domain,dc=com"
rootpw secret
directory /var/lib/ldap/db
database bdb
suffix "cn=Changelog"
rootdn "cn=Changelog"
rootpw secret
directory /var/lib/ldap/changelog
overlay accesslog
logdb cn=changelog
logops writes
No add,delete,modyfy,modrdn events for database dc=my-domain,dc=com
are logged in cn=changelog database.
Inserting some additional debug messages, it sounds like
accesslog_response (and before over_back_response) are called only if
the event come from cn=changelog database.
Can someone give me some suggestions?
Regards,
Ettore Simone