version 1.25, 2003/04/30 01:04:18
|
version 1.25.2.2, 2003/11/30 22:20:29
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.24 2002/08/12 20:33:43 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.27 2003/10/22 03:14:08 kurt Exp $ |
# |
# |
# slave slapd config -- for default referral testing |
# slave slapd config -- for default referral testing |
# |
# |
Line 7 include ./schema/core.schema
|
Line 7 include ./schema/core.schema
|
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
include ./schema/openldap.schema |
include ./schema/openldap.schema |
|
include ./schema/nis.schema |
# |
# |
pidfile ./test-repl/slapd.pid |
pidfile ./testrun/slapd.2.pid |
argsfile ./test-repl/slapd.args |
argsfile ./testrun/slapd.2.args |
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
modulepath ../servers/slapd/back-@BACKEND@/ |
@MODULELOAD@ |
@MODULELOAD@ |
Line 18 modulepath ../servers/slapd/back-@B
|
Line 19 modulepath ../servers/slapd/back-@B
|
# ldbm database definitions |
# ldbm database definitions |
####################################################################### |
####################################################################### |
|
|
referral "ldap://localhost:9009/" |
referral "ldap://localhost:9011/" |
|
|
database @BACKEND@ |
database @BACKEND@ |
cachesize 0 |
cachesize 0 |
suffix "o=University of Mich,c=US" |
suffix "o=University of Mich,c=US" |
directory ./test-repl |
directory ./testrun/db.2.a |
rootdn "cn=Manager,o=University of Mich,c=US" |
rootdn "cn=Manager,o=University of Mich,c=US" |
rootpw secret |
rootpw secret |
#ldbm#index objectClass eq |
#ldbm#index objectClass eq |