]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-master.conf
Import newsuperior test from HEAD
[openldap] / tests / data / slapd-master.conf
index 2b936ab605f9f3fb83ae7dac84c95e2b39051551..82d3cea5519192abb1d6ed7bb8eaf8a4c6eee28b 100644 (file)
@@ -1,19 +1,41 @@
-#
 # master slapd config -- for testing
-#
-include                ./data/slapd.at.conf
-include                ./data/slapd.oc.conf
-schemacheck    off
+# $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## 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
+include ./schema/core.schema
+include ./schema/cosine.schema
+include ./schema/inetorgperson.schema
+include ./schema/openldap.schema
+include ./schema/nis.schema
+
+include ./testdata/ditcontentrules.conf
+
+pidfile     ./testrun/slapd.1.pid
+argsfile    ./testrun/slapd.1.args
+
+#mod#modulepath        ../servers/slapd/back-@BACKEND@/
+#mod#moduleload        back_@BACKEND@.la
 
 #######################################################################
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
-suffix         "o=University of Michigan, c=US"
-directory      ./test-db
-rootdn         "cn=Manager, o=University of Michigan, c=US"
+database       @BACKEND@
+suffix         "o=University of Michigan,c=US"
+directory      ./testrun/db.1.a
+rootdn         "cn=Manager,o=University of Michigan,c=US"
 rootpw         secret
-index          cn,sn,uid       pres,eq,approx
-index          default         none
-lastmod                on
+#ldbm#index            objectClass eq
+#bdb#index             objectClass eq