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

30 lines
805 B
Plaintext
Raw Normal View History

# $OpenLDAP$
1998-08-09 08:43:13 +08:00
#
# slave slapd config -- for testing of replication
1998-08-09 08:43:13 +08:00
#
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
#
1998-08-09 08:43:13 +08:00
schemacheck off
pidfile ./test-repl/slapd.pid
argsfile ./test-repl/slapd.args
2000-07-05 03:58:12 +08:00
#referral "ldap://localhost:9009/"
1998-08-09 08:43:13 +08:00
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
cachesize 0
1998-08-09 08:43:13 +08:00
suffix "o=University of Michigan, c=US"
directory ./test-repl
rootdn "cn=Replica, o=University of Michigan, c=US"
1998-08-09 08:43:13 +08:00
rootpw secret
updatedn "cn=Replica, o=University of Michigan, c=US"
updateref "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
2000-07-29 11:52:27 +08:00
index objectClass eq
index cn,sn,uid pres,eq,sub
1998-08-09 08:43:13 +08:00
lastmod on