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

Why slapd don't creates replogfile ?



Hallo ,


Im running debian woody and OpenLDAP version 2.0.23-6 ( libc6 2.2.5-6 ).

I configured the  master server to replicate its data to the slave server.

But when I start the masterserver the replogfile stays empty.
what is wrong in my configuration ?
How can I debug it ?

Thanks bernd




/etc/ldap/slapd.conf
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
schemacheck on
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
loglevel 256
database ldbm
suffix "dc=example,dc=com"
directory "/var/lib/ldap"
index objectClass eq
lastmod on
replogfile /var/lib/ldap/replica
replica host=slave:389 binddn="cn=admin,dc=example,dc=com" bindmethod=simple credentials=xxxxxxxxxxxx
access to attribute=userPassword
by dn="cn=admin,dc=example,dc=com" write
by anonymous auth
by self write
by * none
access to *
by dn="cn=admin,dc=example,dc=com" write
by * read
access to dn=".*,ou=Roaming,o=morsnet"
by dn="cn=admin,dc=example,dc=com" write
by dnattr=owner write