mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cfa450d078
add/merge as we now free strings agressively. Improved debug message to include name of missing required attribute and added check for 'operational attributes'. This check should be used everywhere we need to test for operational attributes (add/modify). Also, enabled schema checking for tests (and fixed resulting problems by adjusting oc.conf).
21 lines
510 B
Plaintext
21 lines
510 B
Plaintext
#
|
|
# master slapd config -- for testing
|
|
#
|
|
include ./data/slapd.at.conf
|
|
include ./data/slapd.oc.conf
|
|
schemacheck on
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database ldbm
|
|
cachesize 4
|
|
suffix "o=University of Michigan, c=US"
|
|
directory ./test-db
|
|
rootdn "cn=Manager, o=University of Michigan, c=US"
|
|
rootpw secret
|
|
index cn,sn,uid pres,eq,approx
|
|
index default none
|
|
lastmod on
|