mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
b54780f940
Currently discovered via a "feature", but should use a control. Start of a control made, but needs to be better integrated (with auto use in ldapmodify(1)).
29 lines
729 B
Plaintext
29 lines
729 B
Plaintext
#
|
|
# master slapd config -- for proxy cache testing
|
|
#
|
|
ucdata-path ./ucdata
|
|
include ./schema/core.schema
|
|
include ./schema/cosine.schema
|
|
include ./schema/inetorgperson.schema
|
|
include ./schema/openldap.schema
|
|
include ./schema/nis.schema
|
|
#
|
|
pidfile ./test-db/slapd.pid
|
|
argsfile ./test-db/slapd.args
|
|
|
|
modulepath ../servers/slapd/back-@BACKEND@/
|
|
@MODULELOAD@
|
|
|
|
#######################################################################
|
|
# database definitions
|
|
#######################################################################
|
|
|
|
database @BACKEND@
|
|
suffix "o=University of Michigan,c=US"
|
|
directory ./test-db
|
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
|
rootpw secret
|
|
index objectClass eq
|
|
index cn,sn,uid pres,eq,sub
|
|
|