version 1.2.2.3, 2000/07/29 01:53:17
|
version 1.5, 2000/05/29 19:16:45
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.2.2.2 2000/06/13 17:57:42 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.4 2000/05/29 14:39:17 kurt Exp $ |
# |
# |
# slave slapd config -- for default referral testing |
# slave slapd config -- for default referral testing |
# |
# |
#include ./data/slapd.at.conf |
#include ./data/slapd.at.conf |
#include ./data/slapd.oc.conf |
#include ./data/slapd.oc.conf |
include ./schema/core.schema |
include ./schema/core.schema |
|
include ./schema/openldap.schema |
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
# |
# |
Line 17 argsfile ./test-repl/slapd.args
|
Line 18 argsfile ./test-repl/slapd.args
|
# ldbm database definitions |
# ldbm database definitions |
####################################################################### |
####################################################################### |
|
|
referral "ldap://localhost:9009/" |
referral "ldap://localhost:9009" |
|
|
database ldbm |
database ldbm |
cachesize 0 |
cachesize 0 |
Line 25 suffix "o=University of Mich, c=US"
|
Line 26 suffix "o=University of Mich, c=US"
|
directory ./test-repl |
directory ./test-repl |
rootdn "cn=Manager, o=University of Mich, c=US" |
rootdn "cn=Manager, o=University of Mich, c=US" |
rootpw secret |
rootpw secret |
index objectClass eq |
index cn,sn,uid pres,eq,approx |
index cn,sn,uid pres,eq,sub |
index default none |
|
# index default pres,eq,approx |
lastmod on |
lastmod on |