]> git.sur5r.net Git - openldap/blob - tests/data/slapd-syncrepl-master.conf
e9e2b286fd4c3c27363c9af80a215f5e368f82dd
[openldap] / tests / data / slapd-syncrepl-master.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing of SYNC replication
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 include ./schema/openldap.schema
10 include ./schema/nis.schema
11 #
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.args
14
15 modulepath      ../servers/slapd/back-@BACKEND@/
16 @MODULELOAD@
17
18 #######################################################################
19 # master database definitions
20 #######################################################################
21
22 database        @BACKEND@
23 suffix          "o=University of Michigan,c=US"
24 directory       ./test-db
25 rootdn          "cn=Manager,o=University of Michigan,c=US"
26 rootpw          secret
27 #ldbm#index             objectClass     eq
28 #ldbm#index             cn,sn,uid       pres,eq,sub
29 #bdb#index              objectClass     eq
30 #bdb#index              cn,sn,uid       pres,eq,sub