source: trunk/server/source4/lib/ldb/tests/slapd.conf

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

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