]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Remove cruft
[openldap] / tests / data / slapd-repl-slave.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 pidfile     ./test-repl/slapd.pid
12 argsfile    ./test-repl/slapd.args
13
14 #referral       "ldap://localhost:9009/"
15
16 #######################################################################
17 # ldbm database definitions
18 #######################################################################
19
20 database        ldbm
21 cachesize       0
22 suffix          "o=University of Michigan, c=US"
23 directory       ./test-repl
24 rootdn          "cn=Replica, o=University of Michigan, c=US"
25 rootpw          secret
26 updatedn        "cn=Replica, o=University of Michigan, c=US"
27 updateref       "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
28 index           objectClass     eq
29 index           cn,sn,uid       pres,eq,sub
30 lastmod         on