blob: 332b3f906378394bdcfd44aac4ba9eccdbe89df1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
loglevel 0
include tests/schema/core.schema
include tests/schema/cosine.schema
include tests/schema/inetorgperson.schema
include tests/schema/openldap.schema
include tests/schema/nis.schema
pidfile tests/tmp/slapd.pid
argsfile tests/tmp/slapd.args
access to * by * write
allow update_anon bind_anon_dn
#modulepath /usr/lib/ldap
#moduleload back_bdb
defaultsearchbase "o=University of Michigan,c=TEST"
backend bdb
database bdb
suffix "o=University of Michigan,c=TEST"
directory tests/tmp/db
index objectClass eq
index uid eq
|