2001-11-04 00:59:06 +08:00
|
|
|
# $OpenLDAP$
|
|
|
|
#
|
|
|
|
# slave slapd config -- for testing of replication
|
|
|
|
#
|
|
|
|
ucdata-path ./ucdata
|
|
|
|
include ./schema/core.schema
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
include ./schema/inetorgperson.schema
|
2001-12-20 07:41:31 +08:00
|
|
|
include ./schema/openldap.schema
|
2001-11-04 00:59:06 +08:00
|
|
|
#
|
|
|
|
pidfile ./test-repl/slapd.pid
|
|
|
|
argsfile ./test-repl/slapd.args
|
|
|
|
|
2002-08-13 05:49:27 +08:00
|
|
|
#referral "ldap://localhost:@PORT@/"
|
2001-11-04 00:59:06 +08:00
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database @BACKEND@
|
2002-01-14 11:42:24 +08:00
|
|
|
#ldbm#cachesize 0
|
2001-11-04 00:59:06 +08:00
|
|
|
suffix "ou=Groups, o=University of Michigan, c=US"
|
|
|
|
directory ./test-repl
|
2002-01-14 11:42:24 +08:00
|
|
|
rootdn "cn=Replica,ou=Groups,o=University of Michigan,c=US"
|
2001-11-04 00:59:06 +08:00
|
|
|
rootpw secret
|
2002-01-14 11:42:24 +08:00
|
|
|
updatedn "cn=Replica,ou=Groups,o=University of Michigan,c=US"
|
2002-08-13 05:49:27 +08:00
|
|
|
updateref "ldap://localhost:@PORT@"
|
2001-11-04 00:59:06 +08:00
|
|
|
#ldbm#index objectClass eq
|
|
|
|
#ldbm#index cn,sn,uid pres,eq,sub
|
|
|
|
#bdb#index objectClass eq
|
|
|
|
#bdb#index cn,sn,uid pres,eq,sub
|