~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to tests/data/slapd-syncrepl-slave-persist2.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-07-10 14:45:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080710144549-wck73med0e72gfyo
Tags: upstream-2.4.10
ImportĀ upstreamĀ versionĀ 2.4.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# slave slapd config -- for testing of SYNC replication
 
2
# $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-slave-persist2.conf,v 1.15.2.2 2008/02/12 01:17:14 quanah Exp $
 
3
 
 
4
include         @SCHEMADIR@/core.schema
 
5
include         @SCHEMADIR@/cosine.schema
 
6
include         @SCHEMADIR@/inetorgperson.schema
 
7
include         @SCHEMADIR@/openldap.schema
 
8
include         @SCHEMADIR@/nis.schema
 
9
#
 
10
pidfile         @TESTDIR@/slapd.5.pid
 
11
argsfile        @TESTDIR@/slapd.5.args
 
12
 
 
13
#mod#modulepath ../servers/slapd/back-@BACKEND@/
 
14
#mod#moduleload back_@BACKEND@.la
 
15
#monitormod#modulepath ../servers/slapd/back-monitor/
 
16
#monitormod#moduleload back_monitor.la
 
17
 
 
18
#######################################################################
 
19
# consumer database definitions
 
20
#######################################################################
 
21
 
 
22
database        @BACKEND@
 
23
suffix          "dc=example,dc=com"
 
24
directory       @TESTDIR@/db.5.a
 
25
rootdn          "cn=Replica,dc=example,dc=com"
 
26
rootpw          secret
 
27
#bdb#index              objectClass     eq
 
28
#bdb#index              cn,sn,uid       pres,eq,sub
 
29
#bdb#index              entryUUID,entryCSN      eq
 
30
#hdb#index              objectClass     eq
 
31
#hdb#index              cn,sn,uid       pres,eq,sub
 
32
#hdb#index              entryUUID,entryCSN      eq
 
33
 
 
34
# Don't change syncrepl spec yet
 
35
syncrepl        rid=1
 
36
                provider=@URI4@
 
37
                binddn="cn=Replica,dc=example,dc=com"
 
38
                bindmethod=simple
 
39
                credentials=secret
 
40
                searchbase="dc=example,dc=com"
 
41
                filter="(objectClass=*)"
 
42
                attrs="*"
 
43
                schemachecking=off
 
44
                scope=sub
 
45
                type=refreshAndPersist
 
46
 
 
47
#monitor#database       monitor