version 1.6, 2000/07/25 23:06:27
|
version 1.16.2.1, 2002/04/15 15:22:05
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.5 2000/07/18 23:08:42 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.18 2002/03/24 00:55:11 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 objectClass eq |
index objectClass eq |
index cn,sn,uid pres,eq,sub |
index cn,sn,uid pres,eq,sub |
lastmod on |
|
defaultaccess none |
|
|
|
# |
# |
# normal installations should protect root dse, |
# normal installations should protect root dse, |