--- tests/data/slapd-refint.conf 2004/07/26 18:26:52 1.5 +++ tests/data/slapd-refint.conf 2008/02/11 23:24:27 1.5.2.6 @@ -1,8 +1,8 @@ # stand-alone slapd config -- for testing (with refint overlay) -# $OpenLDAP: pkg/ldap/tests/data/slapd-refint.conf,v 1.4 2004/05/31 03:34:37 hyc Exp $ +# $OpenLDAP: pkg/ldap/tests/data/slapd-refint.conf,v 1.5.2.5 2007/01/02 21:44:12 kurt Exp $ ## This work is part of OpenLDAP Software . ## -## Copyright 2004 The OpenLDAP Foundation. +## Copyright 2004-2008 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -13,15 +13,15 @@ ## top-level directory of the distribution or, alternatively, at ## . -include ./schema/core.schema -include ./schema/cosine.schema -include ./schema/inetorgperson.schema -include ./schema/openldap.schema -include ./schema/nis.schema +include @SCHEMADIR@/core.schema +include @SCHEMADIR@/cosine.schema +include @SCHEMADIR@/inetorgperson.schema +include @SCHEMADIR@/openldap.schema +include @SCHEMADIR@/nis.schema # -pidfile ./testrun/slapd.1.pid -argsfile ./testrun/slapd.1.args +pidfile @TESTDIR@/slapd.1.pid +argsfile @TESTDIR@/slapd.1.args #mod#modulepath ../servers/slapd/back-@BACKEND@/ #mod#moduleload back_@BACKEND@.la @@ -36,13 +36,17 @@ argsfile ./testrun/slapd.1.args database @BACKEND@ suffix "o=refint" -directory ./testrun/db.1.a +directory @TESTDIR@/db.1.a rootdn "cn=Manager,o=refint" rootpw secret -index objectClass eq -index cn,sn,uid pres,eq,sub +#bdb#index objectClass eq +#bdb#index cn,sn,uid pres,eq,sub +#hdb#index objectClass eq +#hdb#index cn,sn,uid pres,eq,sub +#ldbm#index objectClass eq +#ldbm#index cn,sn,uid pres,eq,sub overlay refint refint_attributes manager secretary member -#monitor#database monitor +#monitor#database monitor