openldap/tests/data/slapd-repl-subslave.conf

32 lines
912 B
Plaintext
Raw Normal View History

# $OpenLDAP$
#
# slave slapd config -- for testing of replication
#
ucdata-path ./ucdata
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/openldap.schema
#
pidfile ./test-repl/slapd.pid
argsfile ./test-repl/slapd.args
2002-08-13 05:49:27 +08:00
#referral "ldap://localhost:@PORT@/"
#######################################################################
# ldbm database definitions
#######################################################################
database @BACKEND@
2002-01-14 11:42:24 +08:00
#ldbm#cachesize 0
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"
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@"
#ldbm#index objectClass eq
#ldbm#index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub