version 1.1.2.3, 2005/08/09 21:04:10
|
version 1.1.2.4, 2005/09/29 19:07:59
|
Line 1
|
Line 1
|
# master slapd config -- for testing |
# master slapd config -- for testing |
# $OpenLDAP: pkg/ldap/tests/data/slapd-meta2.conf,v 1.3 2005/08/07 08:01:53 ando Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-meta2.conf,v 1.4 2005/09/28 21:38:15 ando Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2005 The OpenLDAP Foundation. |
## Copyright 1998-2005 The OpenLDAP Foundation. |
Line 13
|
Line 13
|
## top-level directory of the distribution or, alternatively, at |
## top-level directory of the distribution or, alternatively, at |
## <http://www.OpenLDAP.org/license.html>. |
## <http://www.OpenLDAP.org/license.html>. |
|
|
include ./schema/core.schema |
include @SCHEMADIR@/core.schema |
include ./schema/cosine.schema |
include @SCHEMADIR@/cosine.schema |
include ./schema/inetorgperson.schema |
include @SCHEMADIR@/inetorgperson.schema |
include ./schema/openldap.schema |
include @SCHEMADIR@/openldap.schema |
include ./schema/nis.schema |
include @SCHEMADIR@/nis.schema |
include ./schema/ppolicy.schema |
include @SCHEMADIR@/ppolicy.schema |
pidfile ./test-db/slapd.2.pid |
pidfile @TESTDIR@/slapd.2.pid |
argsfile ./test-db/slapd.2.args |
argsfile @TESTDIR@/slapd.2.args |
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#moduleload back_@BACKEND@.la |
#mod#moduleload back_@BACKEND@.la |
Line 41 argsfile ./test-db/slapd.2.args
|
Line 41 argsfile ./test-db/slapd.2.args
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Meta,dc=example,dc=com" |
suffix "ou=Meta,dc=example,dc=com" |
directory ./testrun/db.2.a |
directory @TESTDIR@/db.2.a |
rootdn "cn=Manager,ou=Meta,dc=example,dc=com" |
rootdn "cn=Manager,ou=Meta,dc=example,dc=com" |
rootpw secret |
rootpw secret |
#bdb#index objectClass eq |
#bdb#index objectClass eq |