1999-09-09 06:52:19 +08:00
|
|
|
# $OpenLDAP$
|
1998-08-09 08:43:13 +08:00
|
|
|
#
|
2001-05-03 13:53:34 +08:00
|
|
|
# slave slapd config -- for testing of replication
|
1998-08-09 08:43:13 +08:00
|
|
|
#
|
2000-09-04 07:48:35 +08:00
|
|
|
ucdata-path ./ucdata
|
2000-05-30 00:39:16 +08:00
|
|
|
include ./schema/core.schema
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
include ./schema/inetorgperson.schema
|
|
|
|
#
|
1998-08-09 08:43:13 +08:00
|
|
|
schemacheck off
|
1999-01-22 02:08:33 +08:00
|
|
|
pidfile ./test-repl/slapd.pid
|
|
|
|
argsfile ./test-repl/slapd.args
|
1998-08-09 08:43:13 +08:00
|
|
|
|
2000-06-26 04:07:40 +08:00
|
|
|
#referral "ldap://localhost:9009/"
|
1999-07-16 10:45:46 +08:00
|
|
|
|
1998-08-09 08:43:13 +08:00
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
2000-10-02 06:46:52 +08:00
|
|
|
database @BACKEND@
|
1999-04-10 09:40:33 +08:00
|
|
|
cachesize 0
|
1998-08-09 08:43:13 +08:00
|
|
|
suffix "o=University of Michigan, c=US"
|
|
|
|
directory ./test-repl
|
1999-07-16 10:45:46 +08:00
|
|
|
rootdn "cn=Replica, o=University of Michigan, c=US"
|
1998-08-09 08:43:13 +08:00
|
|
|
rootpw secret
|
1999-07-16 10:45:46 +08:00
|
|
|
updatedn "cn=Replica, o=University of Michigan, c=US"
|
2001-10-26 10:05:14 +08:00
|
|
|
updateref "ldap://localhost:9009"
|
2001-08-01 12:50:47 +08:00
|
|
|
#ldbm#index objectClass eq
|
|
|
|
#ldbm#index cn,sn,uid pres,eq,sub
|
2001-10-04 05:27:37 +08:00
|
|
|
#bdb#index objectClass eq
|
|
|
|
#bdb#index cn,sn,uid pres,eq,sub
|
1998-08-09 08:43:13 +08:00
|
|
|
lastmod on
|