Hi
I have been using replication since long time without any issues (and still without issues), but on recent versions I got this warning on the logs:
syncprov_setup_accesslog: couldn't get definition for attribute reqType, is accesslog configured?
The answer is no, I never configured accesslog (this why I'm a bit confused, as I never used/needed on my replication setup). After reviewing the documentation I understand that for syncrepl I should load and configure accesslog overlay.
Although I have some questions/concerns I haven't been able to found/understand from the documentation and would like someone clarifies:
* Is there any way to implement replication without accesslog? (currently I have it but I would like to not get that warning)
* If I setup accesslog, do I need to setup a different accesslog DIT for each target DIT I replicate? Or can a single accesslog be shared with 2 different target DITs?
I mean: I'm currently replicating both cn=config (dynamic configuration) and the main DIT (so 2 different contexts/DITs/trees) Do I need to use a different accesslog DIT for each one or can they share the same DIT as accesslog ?
* Does this log DIT needs to be backup up or is simply a log which I could get rid of in case of recovery?
Any comments, hints or simply answers are welcome
Thanks