version 1.4.2.1, 2000/06/13 17:57:42
|
version 1.17, 2002/03/10 16:39:08
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.4 2000/06/04 20:59:41 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.16 2002/01/14 02:42:24 kurt Exp $ |
# |
# |
# master slapd config -- for testing |
# master slapd config -- for testing |
# |
# |
#include ./data/slapd.at.conf |
ucdata-path ./ucdata |
#include ./data/slapd.oc.conf |
|
include ./schema/core.schema |
include ./schema/core.schema |
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
schemacheck off |
include ./schema/openldap.schema |
pidfile ./test-db/slapd.pid |
pidfile ./test-db/slapd.pid |
argsfile ./test-db/slapd.args |
argsfile ./test-db/slapd.args |
|
|
Line 17 argsfile ./test-db/slapd.args
|
Line 16 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 cn,sn,uid pres,eq |
index objectClass eq |
lastmod on |
index cn,sn,uid pres,eq,sub |
defaultaccess none |
|
|
|
# |
# |
# normal installations should protect root dse, |
# normal installations should protect root dse, |