[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
replicating accesslog
- To: openldap-technical@openldap.org
- Subject: replicating accesslog
- From: Marvin Mundry <marvin.mundry@rrz.uni-hamburg.de>
- Date: Sat, 30 Jun 2012 18:31:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=gb8j1WJozeEB/ZfDUegUuxUdfDm41WDUf1MpakkIkTQ=; b=irk/l0pjipHRWyWF6szT5OXltpZXWT4s1qxbK6Mf0kFDeICTuV0J5eCwZiDttxo9y7 k5O5ice4qa94xwBlXTqJ6p7PU0l5aa6AOUXf7JVmz9Dxf/TrFTmfXGI3HvaCElHQkem4 8GcfagBqIwEWItJckMQTfVXAH39c/nT6Zpqkqg4Eb57TtHnTOhtsrEXI+8lI1u+JqnFc vPXcqRcHoA/VwYD+yfRkvZ/RzZseE8TULF4uuZBMo1wzzF3AeWhJA1rGKyGAf8WvfX5w r6csp/0u8+YSwv7PZfaL8VdZ2Dvijuau7cP0YArcLEOOE3eMxgxBbnvhVTO8mB5B/1GE KQzQ==
Hello everybody,
I am trying to replicate an accesslog database (cn=accesslog) from a
provider to 2 consumers.
The replication works fine except that old accesslog entries that get
removed via "logpurge 07+00:00 01+00:00" on the provider
do not get removed from the replicas.
over time the accesslog databases on the consumers get rather huge.
a workaround seems to be running a script from time to time that
identifies and removes old accesslog entries via ldap.
deletions in cn=accesslog made via ldap get replicated correctly.
is there a way to have the deletions by logpurge replicated as well?
bests,
Marvin