From: Howard Chu Date: Wed, 12 Jan 2005 03:47:19 +0000 (+0000) Subject: ITS#3478 more complete consumer config example X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~415 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ef2d9d0eb6554f2c7bf00fcc605924a11f61e12;p=openldap ITS#3478 more complete consumer config example --- 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