From 82e4bcefe4f27172f4cf8307d68fe6d68ebad31b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 13 Jan 2002 20:49:10 +0000 Subject: [PATCH] Use supertype index --- tests/data/slapd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index f08b06b1c7..66c61cc579 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -23,9 +23,9 @@ rootdn "cn=Manager, o=University of Michigan, c=US" rootpw secret #ldbm#index objectclass eq #ldbm#index uid pres,eq,sub -#ldbm#index cn,sn pres,eq,sub,subany +#ldbm#index name pres,eq,sub,subany #ldbm#dbnosync #ldbm#dbnolocking #bdb#index objectclass eq #bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany +#bdb#index name pres,eq,sub,subany -- 2.39.5