2005-01-29 23:22:42 +08:00
|
|
|
# stand-alone slapd config -- for backglue testing (with indexing)
|
2008-02-12 06:47:32 +08:00
|
|
|
# $OpenLDAP$
|
2005-01-29 23:22:42 +08:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2012-01-01 23:07:45 +08:00
|
|
|
## Copyright 1998-2012 The OpenLDAP Foundation.
|
2005-01-29 23:22:42 +08:00
|
|
|
## All rights reserved.
|
|
|
|
##
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
|
|
|
##
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
|
2005-09-29 07:38:15 +08:00
|
|
|
include @SCHEMADIR@/core.schema
|
|
|
|
include @SCHEMADIR@/cosine.schema
|
|
|
|
include @SCHEMADIR@/inetorgperson.schema
|
|
|
|
include @SCHEMADIR@/openldap.schema
|
|
|
|
include @SCHEMADIR@/nis.schema
|
|
|
|
pidfile @TESTDIR@/slapd.2.pid
|
|
|
|
argsfile @TESTDIR@/slapd.2.args
|
2005-01-29 23:22:42 +08:00
|
|
|
|
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
#mod#moduleload back_@BACKEND@.la
|
|
|
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
|
|
|
#monitormod#moduleload back_monitor.la
|
2005-08-10 19:49:09 +08:00
|
|
|
#syncprovmod#moduleload ../servers/slapd/overlays/syncprov.la
|
2005-01-29 23:22:42 +08:00
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database @BACKEND@
|
|
|
|
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
|
2005-09-01 19:48:28 +08:00
|
|
|
subordinate
|
2005-01-29 23:22:42 +08:00
|
|
|
rootdn "cn=Manager 2,dc=example,dc=com"
|
2009-11-30 02:38:04 +08:00
|
|
|
#~null~#directory @TESTDIR@/db.2.a
|
2011-09-01 19:43:55 +08:00
|
|
|
#indexdb#index objectclass eq
|
|
|
|
#indexdb#index uid pres,eq,sub
|
|
|
|
#indexdb#index cn,sn pres,eq,sub,subany
|
|
|
|
#indexdb#index entryUUID,entryCSN pres
|
2008-08-27 05:48:17 +08:00
|
|
|
#ndb#dbname db_4
|
|
|
|
#ndb#include @DATADIR@/ndb.conf
|
2007-06-15 06:29:29 +08:00
|
|
|
|
|
|
|
|
2005-01-29 23:22:42 +08:00
|
|
|
syncrepl rid=2
|
|
|
|
provider=@URI1@
|
|
|
|
binddn="cn=Manager 1,dc=example,dc=com"
|
|
|
|
bindmethod=simple
|
|
|
|
credentials=secret
|
|
|
|
searchbase="ou=Information Technology Division,ou=People,dc=example,dc=com"
|
|
|
|
filter="(objectClass=*)"
|
|
|
|
attrs="*,+"
|
|
|
|
schemachecking=off
|
|
|
|
scope=sub
|
|
|
|
type=refreshAndPersist
|
2009-06-26 13:41:57 +08:00
|
|
|
retry="3 10 300 5"
|
2005-01-29 23:22:42 +08:00
|
|
|
updateref @URI1@
|
2005-01-30 03:04:06 +08:00
|
|
|
#overlay syncprov
|
2005-01-29 23:22:42 +08:00
|
|
|
|
|
|
|
database @BACKEND@
|
|
|
|
suffix "ou=Groups,dc=example,dc=com"
|
2005-09-01 19:48:28 +08:00
|
|
|
subordinate
|
2005-01-29 23:22:42 +08:00
|
|
|
rootdn "cn=Manager 2,dc=example,dc=com"
|
2009-11-30 02:38:04 +08:00
|
|
|
#~null~#directory @TESTDIR@/db.2.b
|
2011-09-01 19:43:55 +08:00
|
|
|
#indexdb#index objectclass eq
|
|
|
|
#indexdb#index uid pres,eq,sub
|
|
|
|
#indexdb#index cn,sn pres,eq,sub,subany
|
|
|
|
#indexdb#index entryUUID,entryCSN pres
|
2008-08-27 05:48:17 +08:00
|
|
|
#ndb#dbname db_5
|
|
|
|
#ndb#include @DATADIR@/ndb.conf
|
2007-06-15 06:29:29 +08:00
|
|
|
|
|
|
|
|
2005-01-29 23:22:42 +08:00
|
|
|
overlay syncprov
|
|
|
|
|
|
|
|
|
|
|
|
database @BACKEND@
|
|
|
|
suffix "dc=example,dc=com"
|
|
|
|
rootdn "cn=Manager 2,dc=example,dc=com"
|
|
|
|
rootpw secret
|
2009-11-30 02:38:04 +08:00
|
|
|
#~null~#directory @TESTDIR@/db.2.c
|
2011-09-01 19:43:55 +08:00
|
|
|
#indexdb#index objectclass eq
|
|
|
|
#indexdb#index uid pres,eq,sub
|
|
|
|
#indexdb#index cn,sn pres,eq,sub,subany
|
2008-08-27 05:48:17 +08:00
|
|
|
#ndb#dbname db_6
|
|
|
|
#ndb#include @DATADIR@/ndb.conf
|
2007-06-15 06:29:29 +08:00
|
|
|
|
|
|
|
|
2005-01-30 03:04:06 +08:00
|
|
|
#overlay syncprov
|
2005-01-29 23:22:42 +08:00
|
|
|
|
|
|
|
#monitor#database monitor
|