]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-deltasync-master.conf
ITS#5810 support back-null
[openldap] / tests / data / slapd-deltasync-master.conf
index 81105d1ef4c9c77c7edbfb156454a58c9e922ebc..96c24b77763577b3a3b10a79f03053956b9a797a 100644 (file)
@@ -1,9 +1,8 @@
 # master slapd config -- for testing of Delta SYNC replication
-# $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-master.conf,v 1.1.2.4 2003/12/
- 15 22:05:29 kurt Exp $
+# $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2009 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -38,14 +37,14 @@ argsfile    @TESTDIR@/slapd.1.args
 
 database       @BACKEND@
 suffix         "cn=log"
-directory      @TESTDIR@/db.1.b
 rootdn         "cn=Manager,dc=example,dc=com"
+#~null~#directory      @TESTDIR@/db.1.b
 #bdb#index             objectClass     eq
 #bdb#index             entryUUID,entryCSN      eq
 #hdb#index             objectClass     eq
 #hdb#index             entryUUID,entryCSN      eq
-#ldbm#index            objectClass     eq
-#ldbm#index            entryUUID,entryCSN      eq
+#ndb#dbname db_2
+#ndb#include @DATADIR@/ndb.conf
 
 overlay syncprov
 syncprov-reloadhint true
@@ -54,17 +53,22 @@ syncprov-nopresent true
 rootdn         "cn=Manager,dc=example,dc=com"
 database       @BACKEND@
 suffix         "dc=example,dc=com"
-directory      @TESTDIR@/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
+#~null~#directory      @TESTDIR@/db.1.a
 #bdb#index             objectClass     eq
 #bdb#index             cn,sn,uid       pres,eq,sub
 #bdb#index             entryUUID,entryCSN      eq
 #hdb#index             objectClass     eq
 #hdb#index             cn,sn,uid       pres,eq,sub
 #hdb#index             entryUUID,entryCSN      eq
-#ldbm#index            objectClass     eq
-#ldbm#index            cn,sn,uid       pres,eq,sub
+#ndb#dbname db_1
+#ndb#include @DATADIR@/ndb.conf
+
+
+access to *
+       by users write
+       by * read
 
 overlay        syncprov
 #syncprov-sessionlog 100