]> git.sur5r.net Git - openldap/commitdiff
ITS#3478 more complete consumer config example
authorHoward Chu <hyc@openldap.org>
Wed, 12 Jan 2005 03:47:19 +0000 (03:47 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Jan 2005 03:47:19 +0000 (03:47 +0000)
doc/guide/admin/syncrepl.sdf

index 31f72f2ff2d4cb2f3a019884f9e003da218f6559..cb8252d8f53824bbc22a4dbffd8baf302cfb2e5f 100644 (file)
@@ -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