[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Overlay module accesslog on 2.3.4 - events not catched
- To: Howard Chu <hyc@symas.com>
- Subject: Re: Overlay module accesslog on 2.3.4 - events not catched
- From: Ettore Simone <ettore.simone@gmail.com>
- Date: Mon, 4 Jul 2005 17:12:19 +0200
- Cc: openldap-software@OpenLDAP.org
- 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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mOnJkDd4beR9x8Uux62Yyc/ODX554b2dnI2+sv+0soDBPeVkdpCIEsPIJ0lD33a2uSXOl6vaCANPW+JWBCOwj+11ht98AVctr3ymw2lDTPGy1Pk+1CQ1bpYtWBcmbT7eJE9soetiCYWGVQCrc9DqC9W1X3Gi1a0NAmmjioJIkuM=
- In-reply-to: <42C465B5.1070608@symas.com>
- References: <8c230811050630081627f13e7@mail.gmail.com> <42C465B5.1070608@symas.com>
Thanks Howard,
Placing the database definitions in the correct order it work nicely.
Regards,
Ettore
On 6/30/05, Howard Chu <hyc@symas.com> wrote:
> You have misunderstood. The overlay goes on the database(s) whose
> accesses you want logged, not on the logdb. The logdb is a separate
> database that is only used to store the log records. Please re-read the
> slapo-accesslog(5) man page. If you want logging enabled for
> "dc=my-domain,dc=com" then you must configure the overlay on that database.
> This should be
>
> ...
> moduleload accesslog.la
> ...
> database bdb
> suffix cn=Changelog
> rootdn cn=Changelog
> rootpw secret
> directory /var/lib/ldap/changelog
>
> database bdb
> suffix dc=my-domain,dc=com
> rootdn cn=manager,dc=my-domain,dc=com
> rootpw secret
> directory /var/lib/ldap/db
> overlay accesslog
> logdb cn=Changelog
> logops writes