--- tests/data/slapd-refint.conf 2008/02/11 23:24:27 1.5.2.6 +++ tests/data/slapd-refint.conf 2005/01/01 19:50:01 1.6 @@ -1,8 +1,8 @@ # stand-alone slapd config -- for testing (with refint overlay) -# $OpenLDAP: pkg/ldap/tests/data/slapd-refint.conf,v 1.5.2.5 2007/01/02 21:44:12 kurt Exp $ +# $OpenLDAP: pkg/ldap/tests/data/slapd-refint.conf,v 1.5 2004/07/26 18:26:52 ando Exp $ ## This work is part of OpenLDAP Software . ## -## Copyright 2004-2008 The OpenLDAP Foundation. +## Copyright 2004-2005 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 @SCHEMADIR@/core.schema -include @SCHEMADIR@/cosine.schema -include @SCHEMADIR@/inetorgperson.schema -include @SCHEMADIR@/openldap.schema -include @SCHEMADIR@/nis.schema +include ./schema/core.schema +include ./schema/cosine.schema +include ./schema/inetorgperson.schema +include ./schema/openldap.schema +include ./schema/nis.schema # -pidfile @TESTDIR@/slapd.1.pid -argsfile @TESTDIR@/slapd.1.args +pidfile ./testrun/slapd.1.pid +argsfile ./testrun/slapd.1.args #mod#modulepath ../servers/slapd/back-@BACKEND@/ #mod#moduleload back_@BACKEND@.la @@ -36,17 +36,13 @@ argsfile @TESTDIR@/slapd.1.args database @BACKEND@ suffix "o=refint" -directory @TESTDIR@/db.1.a +directory ./testrun/db.1.a rootdn "cn=Manager,o=refint" rootpw secret -#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 +index objectClass eq +index cn,sn,uid pres,eq,sub overlay refint refint_attributes manager secretary member -#monitor#database monitor +#monitor#database monitor