--- tests/data/slapd-ldapgluegroups.conf 2004/10/04 20:02:31 1.3
+++ tests/data/slapd-ldapgluegroups.conf 2006/01/03 22:16:27 1.3.2.5
@@ -3,7 +3,7 @@
kurt Exp $
## This work is part of OpenLDAP Software .
##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2006 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
@@ -15,15 +15,13 @@
## .
#ucdata-path ./ucdata
-include ./schema/core.schema
-include ./schema/cosine.schema
-include ./schema/inetorgperson.schema
-include ./schema/openldap.schema
-include ./schema/nis.schema
-pidfile ./testrun/slapd.3.pid
-argsfile ./testrun/slapd.3.args
-
-# password-hash {md5}
+include @SCHEMADIR@/core.schema
+include @SCHEMADIR@/cosine.schema
+include @SCHEMADIR@/inetorgperson.schema
+include @SCHEMADIR@/openldap.schema
+include @SCHEMADIR@/nis.schema
+pidfile @TESTDIR@/slapd.3.pid
+argsfile @TESTDIR@/slapd.3.args
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
@@ -53,10 +51,14 @@ access to *
# people branch
database @BACKEND@
suffix "ou=Groups,dc=example,dc=com"
-directory ./testrun/db.3.a
+directory @TESTDIR@/db.3.a
rootdn "cn=Manager,ou=Groups,dc=example,dc=com"
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
-#monitor#database monitor
+#monitor#database monitor