On Sun, Mar 15, 2015 at 5:26 PM, Stefan Seelmann <[email protected]> wrote:
> Hi, > > I work on DIRSTUDIO-1016 and changing the configuration editor to > support multi-file LDIF configuration partition. > > What I found with the current editor: if we open the config.ldif, make > some changes, and save it, we just rewrite the whole file and all > operational attributes (entryUUID, entryCSN) are newly created. For sake > ah didn't know that they are being recreated, this is not good > of simplicity I'd implement saving to multi-file LDIF partition the same > way (delete the conf directory and recreate it). > > But I wonder if that is ok? Is the config partition meant to be > no > replicated (then it may be a problem)? > yes, as you suspected, this leads to problems in replication. When we decide to replicate configuration the state will be evaluated based on these operational attributes (entryCSN and contextCSN specifically) Can we just send the mods instead of re-writing all entries? > > Kind Regards, > Stefan > -- Kiran Ayyagari http://keydap.com
