]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-nis-master.conf
fix test when slapo-memberof(5) built as module (ITS#5132)
[openldap] / tests / data / slapd-nis-master.conf
index 0aebb564d0d1bb6b41f8adfd7be785e200ddfb15..53daa7fcd526c8eece0b5fafec1328da47fe4191 100644 (file)
@@ -1,25 +1,41 @@
-# $OpenLDAP$
-#
-# master slapd config -- for testing
-#
-include                ../servers/slapd/schema/others_nis.at.conf
-include                ../servers/slapd/schema/others_nis.oc.conf
-include                ../servers/slapd/schema/nis.at.conf
-include                ../servers/slapd/schema/nis.oc.conf
-include                ../servers/slapd/schema/internet_mail.at.conf
-include                ../servers/slapd/schema/internet_mail.oc.conf
-schemacheck    on
-pidfile     ./test-db/slapd.pid
-argsfile    ./test-db/slapd.args
+# master slapd config -- for testing (needs updating)
+# $OpenLDAP: pkg/ldap/tests/data/slapd-nis-master.conf,v 1.10.2.2 2003/12/15 2
+ 2:05:29 kurt Exp $
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2007 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>.
+
+include                @SCHEMADIR@/others_nis.at.conf
+include                @SCHEMADIR@/others_nis.oc.conf
+include                @SCHEMADIR@/nis.at.conf
+include                @SCHEMADIR@/nis.oc.conf
+include                @SCHEMADIR@/internet_mail.at.conf
+include                @SCHEMADIR@/internet_mail.oc.conf
+pidfile                @TESTDIR@/slapd.pid
+argsfile       @TESTDIR@/slapd.args
+
+#mod#modulepath        ../servers/slapd/back-@BACKEND@/
+#mod#moduleload        back_@BACKEND@.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
-database       ldbm
+database       bdb
 cachesize      4
 suffix         "o=SGI, c=US"
-directory      ./test-db
+directory      @TESTDIR@
 rootdn         "cn=Manager, o=SGI, c=US"
 rootpw         secret
 index          objectClass     eq
@@ -36,4 +52,5 @@ index         ipHostNumber            pres,eq,approx
 index          ipNetworkNumber         pres,eq,approx
 index          ipProtocolNumber        pres,eq,approx
 index          default         none
-lastmod                on
+
+#monitor#database monitor