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

Re: Syncrepl only partially working



--On Sunday, October 30, 2016 11:16 AM +0100 Dieter Klünter <dieter@dkluenter.de> wrote:

It is a bit more complicated than that.
syncrepl is a client operation, which requires ldap client
configuration, specified in ldap.conf(5).

You can set these specifically for the syncrepl client as a part of your syncrepl configuration stanza, rather than ldap.conf. See slapd.conf(5) or slapd-config(5), the section on syncrepl/olcSyncRepl, the sizelimit and timelimit parameters.

But, regardless, the server limits on the master trump any client settings that are higher than the defaults, so as Dieter noted, they must be increased on the master to "unlimited" for at least the replicator DN.

This is of course covered in the admin guide. For example, in section 18.3.2, we find:

    # Let the replica DN have limitless searches
limits dn.exact="cn=replicator,dc=symas,dc=com" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited

as one example.

etc.

Regards,
Quanah


--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>