blob: 61c8627e18f3ef1e5106f56ea1105992f7218d11 (
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=US"
backend bdb
database bdb
suffix "o=University of Michigan,c=US"
directory tests/tmp/db
index objectClass eq
index uid eq
|