1999-07-15 22:45:46 -04:00
|
|
|
# slave slapd config -- for default referral testing
|
2004-04-21 18:14:01 -04:00
|
|
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.25.2.4 2003/12/15 22
|
|
|
|
|
:05:29 kurt Exp $
|
2003-11-28 15:00:23 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2005-01-01 15:49:32 -05:00
|
|
|
## Copyright 1998-2005 The OpenLDAP Foundation.
|
2003-11-28 15:00:23 -05: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>.
|
|
|
|
|
|
2000-05-29 12:39:16 -04:00
|
|
|
include ./schema/core.schema
|
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
|
include ./schema/inetorgperson.schema
|
2001-12-19 18:41:31 -05:00
|
|
|
include ./schema/openldap.schema
|
2003-08-07 12:42:40 -04:00
|
|
|
include ./schema/nis.schema
|
2000-05-29 12:39:16 -04:00
|
|
|
#
|
2003-10-22 01:14:08 -04:00
|
|
|
pidfile ./testrun/slapd.2.pid
|
|
|
|
|
argsfile ./testrun/slapd.2.args
|
1999-07-15 22:45:46 -04:00
|
|
|
|
2003-12-04 06:15:07 -05:00
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
|
#mod#moduleload back_@BACKEND@.la
|
2004-07-26 16:26:52 -04:00
|
|
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
|
|
|
|
#monitormod#moduleload back_monitor.la
|
2003-04-29 23:04:18 -04:00
|
|
|
|
1999-07-15 22:45:46 -04:00
|
|
|
#######################################################################
|
2004-10-04 18:02:31 -04:00
|
|
|
# database definitions
|
1999-07-15 22:45:46 -04:00
|
|
|
#######################################################################
|
|
|
|
|
|
2004-07-26 09:45:28 -04:00
|
|
|
referral "@URI1@"
|
1999-07-15 22:45:46 -04:00
|
|
|
|
2000-10-01 18:46:52 -04:00
|
|
|
database @BACKEND@
|
2005-05-30 10:02:16 -04:00
|
|
|
#bdb#cachesize 0
|
|
|
|
|
#hdb#cachesize 0
|
|
|
|
|
#ldbm#cachesize 0
|
2002-01-13 22:42:24 -05:00
|
|
|
suffix "o=University of Mich,c=US"
|
2003-10-22 01:14:08 -04:00
|
|
|
directory ./testrun/db.2.a
|
2002-01-13 22:42:24 -05:00
|
|
|
rootdn "cn=Manager,o=University of Mich,c=US"
|
1999-07-15 22:45:46 -04:00
|
|
|
rootpw secret
|
2001-08-01 00:50:47 -04:00
|
|
|
#ldbm#index objectClass eq
|
|
|
|
|
#ldbm#index cn,sn,uid pres,eq,sub
|
2001-10-03 17:27:37 -04:00
|
|
|
#bdb#index objectClass eq
|
|
|
|
|
#bdb#index cn,sn,uid pres,eq,sub
|
2004-07-26 16:26:52 -04:00
|
|
|
|
|
|
|
|
#monitor#database monitor
|