mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
36 lines
706 B
Text
36 lines
706 B
Text
# provider slapd config -- for testing
|
|
# $OpenLDAP$
|
|
|
|
include @SCHEMADIR@/core.schema
|
|
include @SCHEMADIR@/cosine.schema
|
|
include @SCHEMADIR@/inetorgperson.schema
|
|
include data/booleantest.schema
|
|
|
|
pidfile @TESTDIR@/slapd.m.pid
|
|
|
|
argsfile @TESTDIR@/slapd.m.args
|
|
|
|
moduleload ../ciboolean.la
|
|
|
|
|
|
|
|
pidfile testrun/slapd.pid
|
|
|
|
|
|
#######################################################################
|
|
# database definitions
|
|
#######################################################################
|
|
database mdb
|
|
suffix "dc=example,dc=com"
|
|
|
|
directory testrun
|
|
# root or superuser
|
|
rootdn "cn=Manager,dc=example,dc=com"
|
|
rootpw secret
|
|
|
|
|
|
database config
|
|
rootdn "cn=manager,cn=config"
|
|
rootpw secret
|
|
|
|
database monitor
|