[
https://issues.apache.org/jira/browse/DIRSERVER-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864466#comment-13864466
]
Emmanuel Lecharny commented on DIRSERVER-1946:
----------------------------------------------
There is anothe rpossibility, which does not requires to implement a java
client to get the modification using the replication mechanism. The server can
store every modification made on the server into a journal, which is basically
a LDIF file. The Journal should be activated. If you keep a track of the entry
that was last read from this file, you can detect the modifications done on the
server since then.
Each modification is stored in this file with some meta information :
# principal : <the user who modified the entry>
# timestamp : <date of this modification>
# revision : <the revision, an incremental number>
<the entry>
The JournalInterceptor must be enabled, and the file name is journal.ldif.
> To enable Change Log on Apache Directory server
> ------------------------------------------------
>
> Key: DIRSERVER-1946
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1946
> Project: Directory ApacheDS
> Issue Type: Wish
> Components: core, doc
> Affects Versions: 2.0.0-M15
> Environment: OS: Windows Server 2008 R2, RAM: 4 GB, Apache Directory
> Studio Version: 2.0.0.v20130628
> Reporter: Mohd Usman
> Priority: Blocker
> Labels: documentation, features
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> We referred the below mentioned links but we're not able to configure Change
> Log on Apache directory server. Can you please provide us step by step guide
> on how to enable change log or Change tracking mechanism so that we can get
> the delta changes from Apache directory server.
> Its a blocking for us as its hindering us to implement Delta Import feature
> for the Apache directory. We can not find any adequate resource on Internet
> describing the steps to configure Change log.
> Any help in this regard will be highly appreciated.
> Referred links
> 1.
> "http://directory.apache.org/apacheds/advanced-ug/2-server-config.html#change-log"
> 2.
> "http://directory.apache.org/apacheds/configuration/ads-2.0-configuration.html"
> Thanking you in advance.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)