version 1.16, 2002/01/14 02:42:24
|
version 1.19.2.2, 2003/11/30 22:20:29
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.15 2001/12/19 22:41:31 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-pw.conf,v 1.21 2003/10/22 03:14:08 kurt Exp $ |
# |
# |
# master slapd config -- for testing |
# master slapd config -- for testing |
# |
# |
Line 7 include ./schema/core.schema
|
Line 7 include ./schema/core.schema
|
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
include ./schema/openldap.schema |
include ./schema/openldap.schema |
schemacheck off |
include ./schema/nis.schema |
pidfile ./test-db/slapd.pid |
pidfile ./testrun/slapd.1.pid |
argsfile ./test-db/slapd.args |
argsfile ./testrun/slapd.1.args |
|
|
# password-hash {md5} |
# password-hash {md5} |
|
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
|
@MODULELOAD@ |
|
|
####################################################################### |
####################################################################### |
# ldbm database definitions |
# ldbm database definitions |
####################################################################### |
####################################################################### |
|
|
database @BACKEND@ |
database @BACKEND@ |
#ldbm#cachesize 0 |
#ldbm#cachesize 0 |
suffix "o=University of Michigan, c=US" |
suffix "o=University of Michigan,c=US" |
directory ./test-db |
directory ./testrun/db.1.a |
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 |