]> git.sur5r.net Git - openldap/blob - tests/data/slapd-deltasync-master.conf
Happy new year!
[openldap] / tests / data / slapd-deltasync-master.conf
1 # master slapd config -- for testing of Delta SYNC replication
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-master.conf,v 1.1.2.4 2003/12/
3  15 22:05:29 kurt Exp $
4 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ##
6 ## Copyright 1998-2006 The OpenLDAP Foundation.
7 ## All rights reserved.
8 ##
9 ## Redistribution and use in source and binary forms, with or without
10 ## modification, are permitted only as authorized by the OpenLDAP
11 ## Public License.
12 ##
13 ## A copy of this license is available in the file LICENSE in the
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
16
17 include         @SCHEMADIR@/core.schema
18 include         @SCHEMADIR@/cosine.schema
19 include         @SCHEMADIR@/inetorgperson.schema
20 include         @SCHEMADIR@/openldap.schema
21 include         @SCHEMADIR@/nis.schema
22 #
23 pidfile         @TESTDIR@/slapd.1.pid
24 argsfile        @TESTDIR@/slapd.1.args
25
26 #mod#modulepath ../servers/slapd/back-@BACKEND@/
27 #mod#moduleload back_@BACKEND@.la
28 #monitormod#modulepath ../servers/slapd/back-monitor/
29 #monitormod#moduleload back_monitor.la
30 #syncprovmod#modulepath ../servers/slapd/overlays/
31 #syncprovmod#moduleload syncprov.la
32 #accesslogmod#modulepath ../servers/slapd/overlays/
33 #accesslogmod#moduleload accesslog.la
34
35 #######################################################################
36 # master database definitions
37 #######################################################################
38
39 database        @BACKEND@
40 suffix          "cn=log"
41 directory       @TESTDIR@/db.1.b
42 rootdn          "cn=Manager,dc=example,dc=com"
43 #bdb#index              objectClass     eq
44 #bdb#index              entryUUID,entryCSN      eq
45 #hdb#index              objectClass     eq
46 #hdb#index              entryUUID,entryCSN      eq
47 #ldbm#index             objectClass     eq
48 #ldbm#index             entryUUID,entryCSN      eq
49
50 overlay syncprov
51 syncprov-reloadhint true
52 syncprov-nopresent true
53
54 rootdn          "cn=Manager,dc=example,dc=com"
55 database        @BACKEND@
56 suffix          "dc=example,dc=com"
57 directory       @TESTDIR@/db.1.a
58 rootdn          "cn=Manager,dc=example,dc=com"
59 rootpw          secret
60 #bdb#index              objectClass     eq
61 #bdb#index              cn,sn,uid       pres,eq,sub
62 #bdb#index              entryUUID,entryCSN      eq
63 #hdb#index              objectClass     eq
64 #hdb#index              cn,sn,uid       pres,eq,sub
65 #hdb#index              entryUUID,entryCSN      eq
66 #ldbm#index             objectClass     eq
67 #ldbm#index             cn,sn,uid       pres,eq,sub
68
69 overlay syncprov
70 #syncprov-sessionlog 100
71
72 overlay accesslog
73 logdb cn=log
74 logops writes
75 logsuccess true
76
77 #monitor#database       monitor