Line | |
---|
1 | loglevel 0
|
---|
2 |
|
---|
3 | include tests/schema/core.schema
|
---|
4 | include tests/schema/cosine.schema
|
---|
5 | include tests/schema/inetorgperson.schema
|
---|
6 | include tests/schema/openldap.schema
|
---|
7 | include tests/schema/nis.schema
|
---|
8 |
|
---|
9 |
|
---|
10 | pidfile tests/tmp/slapd.pid
|
---|
11 | argsfile tests/tmp/slapd.args
|
---|
12 |
|
---|
13 | access to * by * write
|
---|
14 |
|
---|
15 | allow update_anon bind_anon_dn
|
---|
16 |
|
---|
17 | include tests/tmp/modules.conf
|
---|
18 |
|
---|
19 | defaultsearchbase "o=University of Michigan,c=TEST"
|
---|
20 |
|
---|
21 | backend bdb
|
---|
22 | database bdb
|
---|
23 | suffix "o=University of Michigan,c=TEST"
|
---|
24 | directory tests/tmp/db
|
---|
25 | index objectClass eq
|
---|
26 | index uid eq
|
---|
Note:
See
TracBrowser
for help on using the repository browser.