mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
SyncRepl works both with back-bdb and back-ldbm
This commit is contained in:
parent
26064429ba
commit
fdf0a57dfa
7 changed files with 8 additions and 14 deletions
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue