From 8ef2d9d0eb6554f2c7bf00fcc605924a11f61e12 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 12 Jan 2005 03:47:19 +0000 Subject: [PATCH] ITS#3478 more complete consumer config example --- doc/guide/admin/syncrepl.sdf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guide/admin/syncrepl.sdf b/doc/guide/admin/syncrepl.sdf index 31f72f2ff2..cb8252d8f5 100644 --- a/doc/guide/admin/syncrepl.sdf +++ b/doc/guide/admin/syncrepl.sdf @@ -325,6 +325,7 @@ A more complete example of the {{slapd.conf}} content is thus: > database bdb > suffix dc=Example,dc=com +> rootdn dc=Example,dc=com > directory /var/ldap/db > index objectclass,entryCSN,entryUUID eq > @@ -340,6 +341,12 @@ of {{slapd.conf}} (5) for the replica context. The syncrepl engine is backend independent and the directive can be defined with any database type. +> database hdb +> suffix dc=Example,dc=com +> rootdn dc=Example,dc=com +> directory /var/ldap/db +> index objectclass,entryCSN,entryUUID eq +> > syncrepl rid=123 > provider=ldap://provider.example.com:389 > type=refreshOnly -- 2.39.5