]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-master.conf
bb4944fe1bd14a441712649179689cec2b7789de
[openldap] / tests / data / slapd-repl-master.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing of replication
4 #
5 ucdata-path     ./ucdata
6 include ./schema/core.schema
7 include ./schema/cosine.schema
8 include ./schema/inetorgperson.schema
9 #
10 schemacheck     off
11 #
12 pidfile     ./test-db/slapd.pid
13 argsfile    ./test-db/slapd.args
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 backend @BACKEND@
20 # #ldbm#directory ./test-db
21
22 database        @BACKEND@
23 cachesize       0
24 suffix          "o=University of Michigan, c=US"
25 directory       ./test-db
26 rootdn          "cn=Manager, o=University of Michigan, c=US"
27 rootpw          secret
28 index           objectClass     eq
29 index           cn,sn,uid       pres,eq,sub
30 lastmod         on
31
32 replogfile      ./test-db/slapd.replog
33
34 replica         host=localhost:9010
35                 binddn="cn=Replica, o=University of Michigan, c=US"
36                 bindmethod=simple
37                 credentials=secret