mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 22:34:08 -05:00
33 lines
757 B
Text
33 lines
757 B
Text
# provider slapd config -- for testing
|
|
# $OpenLDAP$
|
|
|
|
include @SCHEMADIR@/core.schema
|
|
include @SCHEMADIR@/cosine.schema
|
|
include @SCHEMADIR@/inetorgperson.schema
|
|
|
|
pidfile @TESTDIR@/slapd.m.pid
|
|
|
|
argsfile @TESTDIR@/slapd.m.args
|
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
#mod#moduleload back_@BACKEND@.la
|
|
|
|
moduleload ../resultstats.la
|
|
|
|
pidfile @TESTDIR@/slapd.1.pid
|
|
|
|
#######################################################################
|
|
# database definitions
|
|
#######################################################################
|
|
database @BACKEND@
|
|
suffix "dc=example,dc=com"
|
|
|
|
directory @TESTDIR@/db.1.a
|
|
# root or superuser
|
|
rootdn "cn=Manager,dc=example,dc=com"
|
|
rootpw secret
|
|
|
|
database config
|
|
include @TESTDIR@/configpw.conf
|
|
|
|
database monitor
|