version 1.5, 2003/04/30 01:04:18
|
version 1.5.2.6, 2005/01/20 17:01:20
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-glue.conf,v 1.4 2002/06/08 16:49:14 kurt Exp $ |
# stand-alone slapd config -- for backglue testing (with indexing) |
# |
# $OpenLDAP: pkg/ldap/tests/data/slapd-glue.conf,v 1.5.2.5 2004/01/01 18:16:43 kurt Exp $ |
# stand-alone slapd config -- for backglue testing |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
# with indexing |
## |
# |
## Copyright 1998-2005 The OpenLDAP Foundation. |
|
## 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>. |
|
|
ucdata-path ./ucdata |
ucdata-path ./ucdata |
include ./schema/core.schema |
include ./schema/core.schema |
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
include ./schema/openldap.schema |
include ./schema/openldap.schema |
pidfile ./test-db/slapd.pid |
include ./schema/nis.schema |
argsfile ./test-db/slapd.args |
pidfile ./testrun/slapd.1.pid |
|
argsfile ./testrun/slapd.1.args |
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
@MODULELOAD@ |
#mod#moduleload back_@BACKEND@.la |
|
|
####################################################################### |
####################################################################### |
# ldbm database definitions |
# ldbm database definitions |
Line 21 modulepath ../servers/slapd/back-@B
|
Line 32 modulepath ../servers/slapd/back-@B
|
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Information Technology Division,ou=People,o=University of Michigan, c=US" |
suffix "ou=Information Technology Division,ou=People,o=University of Michigan, c=US" |
subordinate |
subordinate |
directory ./test-db/C_db1 |
directory ./testrun/db.1.a |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootdn "cn=Manager, o=University of Michigan, c=US" |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |
#ldbm#index uid pres,eq,sub |
#ldbm#index uid pres,eq,sub |
Line 35 rootdn "cn=Manager, o=University of Mic
|
Line 46 rootdn "cn=Manager, o=University of Mic
|
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Groups,o=University of Michigan, c=US" |
suffix "ou=Groups,o=University of Michigan, c=US" |
subordinate |
subordinate |
directory ./test-db/C_db2 |
directory ./testrun/db.1.b |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootdn "cn=Manager, o=University of Michigan, c=US" |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |
#ldbm#index uid pres,eq,sub |
#ldbm#index uid pres,eq,sub |
Line 48 rootdn "cn=Manager, o=University of Mic
|
Line 59 rootdn "cn=Manager, o=University of Mic
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "o=University of Michigan, c=US" |
suffix "o=University of Michigan, c=US" |
directory ./test-db/C_db3 |
directory ./testrun/db.1.c |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootdn "cn=Manager, o=University of Michigan, c=US" |
rootpw secret |
rootpw secret |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |