On 06/19/2018 05:45 PM, Michal Medvecky wrote:

19. 6. 2018 v 23:08, Mark Reynolds <mreynolds@redhat.com>:

2) create LDAP entry:
dn: cn=replica,cn=“dc=test,dc=com”,cn=mapping tree,cn=config; 
      nsds5replicaroot: “dc=test,dc=com"
      nsds5replicaid: "{{ range(1,65530) | random }}"
If these are read-only consumers the replica ID must be 65535 (for all of them) - not a random number.  Only masters get unique replica  IDs.  This is probably your problem.  Fix this first, and if you still have problems then turn on replication error logging and share the results.

Changing to 65535 did not help. The results are the same.
Then please turn on replication error logging and share the logging results. 


Michal