Hello, yes "dies" means shutdown
I have made some changes in my config file, but the problem is the same, now I'm with openladap-2.4.11.
Here my config file:
Master A
slapd.conf
# Global Directives:
# Schema and objectClass definitions
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
loglevel 256
sizelimit 500
tool-threads 1
backend bdb
database bdb
suffix "dc=ar"
overlay syncprov
syncprov-sessionlog 100
syncprov-nopresent TRUE
syncprov-reloadhint TRUE
syncprov-checkpoint 1 1
rootdn "cn=admin,dc=dominio"
rootpw secret
directory "/usr/local/var/openldap-data"
dbconfig set_cachesize 0 2097152 0
dbconfig set_lk_max_objects 1500
dbconfig set_lk_max_locks 1500
dbconfig set_lk_max_lockers 1500
index cn,sn,uid pres,sub,eq
index uidNumber,gidNumber eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq
index objectClass pres,eq
lastmod on
access to attrs=userPassword,shadowLastChange
by dn="cn=admin,dc=ar" write
by anonymous auth
by self write
by * none
access to *
by dn="cn=admin,dc=ar" write
by * read
access to *
by dn.base="cn=admin,dc=ar" read
by * break
serverID 3
syncrepl rid=001
provider=ldap://