[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
sync replicate glued database
Hi!
I have a glued DIT on a syncProvider:
-----snip from slapd.conf------
database meta
subordinate
suffix proxy,ou=foo
database bdb
subordinate
suffix humans,ou=foo
database bdb
subordinate
suffix system,ou=foo
database bdb
suffix ou=foo
overlay glue
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
-----snap from slapd.conf------
This should be replicated to a consumer:
syncrepl rid=401
provider=ldap://provider
type=refreshAndPersist
retry="60 10 300 10 3600 10"
searchbase="ou=humans,ou=foo"
bindmethod=simple
binddn="cn=human,ou=mgr,ou=foo"
credentials=nothing
updateref ldap://provider
This does not work. Nothing is replicated.
When I slapcat everthing, define one, global database und slapadd all in
- so I don't have a glued DIT at the provider anymore, it works.
Is the above configuration not working or did I a configuration error?
Hans