SyncRepl works both with back-bdb and back-ldbm

This commit is contained in:
Jong Hyuk Choi 2003-07-15 00:22:55 +00:00
parent 26064429ba
commit fdf0a57dfa
7 changed files with 8 additions and 14 deletions

View file

@ -38,8 +38,8 @@ suffix "o=University of Michigan,c=US"
uri ldap://127.0.0.1:9009/o=University%20of%20Michigan,c=US
cacheparams 10000 15000 2 @ENTRY_LIMIT@ @CACHETTL@
attrset 0 sn cn title
attrset 1 mail postaladdress telephonenumber
attrset 0 sn cn title uid
attrset 1 mail postaladdress telephonenumber cn uid
addtemplate (|(cn=)(sn=)) 0 @CACHETTL@
addtemplate (sn=) 0 @CACHETTL@
addtemplate (uid=) 1 @CACHETTL@

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# master database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-db
rootdn "cn=Manager,o=University of Michigan,c=US"

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# consumer database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-repl/p1
rootdn "cn=Replica,o=University of Michigan,c=US"

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# consumer database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-repl/p2
rootdn "cn=Replica,o=University of Michigan,c=US"

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# consumer database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-repl/p3
rootdn "cn=Replica,o=University of Michigan,c=US"

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# consumer database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-repl/r1
rootdn "cn=Replica,o=University of Michigan,c=US"

View file

@ -15,11 +15,10 @@ modulepath ../servers/slapd/back-@BACKEND@/
@MODULELOAD@
#######################################################################
# ldbm database definitions
# consumer database definitions
#######################################################################
database @BACKEND@
#ldbm#cachesize 0
suffix "o=University of Michigan,c=US"
directory ./test-repl/r2
rootdn "cn=Replica,o=University of Michigan,c=US"