[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: syncrepl ITS#3262



>
>
> --On Monday, December 13, 2004 2:39 PM -0500 Dusty Doris
> <openldap@mail.doris.cc> wrote:
>
> > Thanks.
> >
> > I also see from re-reading that part of slapd.conf that these are
> > ldapsearch parameters.
> >
> > So I see that I would use none as you suggested, rather than -1 as a
> > slapd.conf global configuration.
> >
> > That is correct, right?
>
> -1 shouldn't be used, it is a holdover from an initial implementation that
> changed later.
>
> "unlimited" means exactly that.  I've never bothered with "none".
>
> --Quanah
>
>
> --


Ahh, I see, referring to limits in the slapd.conf database config, rather
than the sizelimit and timelimit in the actual syncrepl config part.  That
makes sense.

I added this to the FAQ, does this sound right?

It is also a good idea to set sizelimit and timelimit to unlimited. This
will help to keep your slaves in sync during a large modification.
In slapd.conf, add this to your database configuration on the master server

limits dn.exact="cn=replica,o=my.org,c=us" size=unlimited time=unlimited

-Dusty