]> git.sur5r.net Git - openldap/blob - tests/data/slapd-repl-slave.conf
Rewrite master/slave ports
[openldap] / tests / data / slapd-repl-slave.conf
1 # $OpenLDAP$
2 #
3 # slave 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 include ./schema/openldap.schema
10 #
11 pidfile     ./test-repl/slapd.pid
12 argsfile    ./test-repl/slapd.args
13
14 #referral       "ldap://localhost:@PORT@/"
15
16 #######################################################################
17 # ldbm database definitions
18 #######################################################################
19
20 database        @BACKEND@
21 #ldbm#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:@PORT@"
28 #ldbm#index             objectClass     eq
29 #ldbm#index             cn,sn,uid       pres,eq,sub
30 #bdb#index              objectClass     eq
31 #bdb#index              cn,sn,uid       pres,eq,sub