version 1.6, 2003/08/07 14:42:41
|
version 1.7, 2003/10/22 03:14:08
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-glue.conf,v 1.5 2003/04/30 01:04:18 hyc Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-glue.conf,v 1.6 2003/08/07 14:42:41 kurt Exp $ |
# |
# |
# stand-alone slapd config -- for backglue testing |
# stand-alone slapd config -- for backglue testing |
# with indexing |
# with indexing |
Line 9 include ./schema/cosine.schema
|
Line 9 include ./schema/cosine.schema
|
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
include ./schema/openldap.schema |
include ./schema/openldap.schema |
include ./schema/nis.schema |
include ./schema/nis.schema |
pidfile ./test-db/slapd.pid |
pidfile ./testrun/slapd.1.pid |
argsfile ./test-db/slapd.args |
argsfile ./testrun/slapd.1.args |
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
modulepath ../servers/slapd/back-@BACKEND@/ |
@MODULELOAD@ |
@MODULELOAD@ |
Line 22 modulepath ../servers/slapd/back-@B
|
Line 22 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 36 rootdn "cn=Manager, o=University of Mic
|
Line 36 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 49 rootdn "cn=Manager, o=University of Mic
|
Line 49 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 |