Adrien,
Thanks for you reply.
Yes, I'm using 2.4.16, and below my the configuration:
include /root/ldap1/schema/core.schema
include /root/ldap1/schema/cosine.schema
include /root/ldap1/schema/inetorgperson.schema
# Define global ACLs to disable default read access.
# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral ldap://root.openldap.org
pidfile /usr/local/var/run/slapd2.pid
argsfile /usr/local/var/run/slapd2.args
# Load dynamic backend modules:
modulepath /usr/local/libexec/openldap
database bdb
suffix "ou=tvg,dc=example,dc=com"
rootdn "cn=admin,ou=tvg,dc=example,dc=com"
# Cleartext passwords, especially for the rootdn, should
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw secret
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /root/ldap1/db/
serverid 1 ldap://hu-dev-001:389
serverid 2 ldap://hu-dev-002:389
syncrepl rid=001
provider=ldap://hu-dev-001:389
binddn="cn=admin,ou=tvg,dc=example,dc=com"
bindmethod=simple
credentials=secret
searchbase="ou=tvg,dc=example,dc=com"
type=refreshAndPersist
interval=00:00:00:10
retry="60 +"
sizelimit=unlimited
timeout=1
syncrepl rid=002
provider=ldap://hu-dev-002:389
binddn="cn=admin,ou=tvg,dc=example,dc=com"
bindmethod=simple
credentials=secret
searchbase="ou=tvg,dc=example,dc=com"
type=refreshAndPersist
interval=00:00:00:10
retry="60 +"
sizelimit=unlimited
timeout=1
mirrormode true
overlay syncprov
syncprov-checkpoint 10 1
syncprov-sessionlog 10000
# Indices to maintain
index objectClass eq
index entryCSN,entryUUID eq
Hy Hu,
I am pretty sure it is not supposed to be like that. I had a similar problem when testing MMR with more then 2 masters, which isn't your case.
Are you using 2.4.16 ? Could you please attach your configuration ?
Adrien Futschik