version 1.4.2.4, 2000/10/30 18:14:14
|
version 1.16, 2002/01/14 02:42:24
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.4.2.3 2000/09/15 16:47:10 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.15 2001/12/19 22:41:31 kurt Exp $ |
# |
# |
# master slapd config -- for testing |
# master slapd config -- for testing |
# |
# |
|
ucdata-path ./ucdata |
include ./schema/core.schema |
include ./schema/core.schema |
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
|
include ./schema/openldap.schema |
schemacheck off |
schemacheck off |
pidfile ./test-db/slapd.pid |
pidfile ./test-db/slapd.pid |
argsfile ./test-db/slapd.args |
argsfile ./test-db/slapd.args |
Line 15 argsfile ./test-db/slapd.args
|
Line 17 argsfile ./test-db/slapd.args
|
# ldbm database definitions |
# ldbm database definitions |
####################################################################### |
####################################################################### |
|
|
database ldbm |
database @BACKEND@ |
cachesize 0 |
#ldbm#cachesize 0 |
suffix "o=University of Michigan, c=US" |
suffix "o=University of Michigan, c=US" |
directory ./test-db |
directory ./test-db |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootpw secret |
rootpw secret |
index objectClass eq |
index objectClass eq |
index cn,sn,uid pres,eq,sub |
index cn,sn,uid pres,eq,sub |
lastmod on |
|
|
|
# |
# |
# normal installations should protect root dse, |
# normal installations should protect root dse, |