version 1.15, 2001/12/19 22:41:31
|
version 1.16, 2002/01/14 02:42:24
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.14 2001/06/22 19:00:24 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 |
# |
# |
Line 18 argsfile ./test-db/slapd.args
|
Line 18 argsfile ./test-db/slapd.args
|
####################################################################### |
####################################################################### |
|
|
database @BACKEND@ |
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, |