From: Howard Chu Date: Sat, 9 Apr 2005 07:32:51 +0000 (+0000) Subject: ITS#3646 allow default index X-Git-Tag: OPENLDAP_AC_BP~953 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e90f933e8c7a9d6765e2174026a11bf830fc1021;p=openldap ITS#3646 allow default index --- diff --git a/servers/slapd/back-bdb/config.c b/servers/slapd/back-bdb/config.c index e21d6062b5..d0bc54fa4f 100644 --- a/servers/slapd/back-bdb/config.c +++ b/servers/slapd/back-bdb/config.c @@ -83,7 +83,7 @@ static ConfigTable bdbcfg[] = { "( OLcfgAt:1.6 NAME 'dbIDLcacheSize' " "DESC 'IDL cache size in IDLs' " "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL }, - { "index", "attr> <[pres,eq,approx,sub]", 3, 3, 0, ARG_MAGIC|BDB_INDEX, + { "index", "attr> <[pres,eq,approx,sub]", 2, 3, 0, ARG_MAGIC|BDB_INDEX, bdb_cf_gen, "( OLcfgAt:1.7 NAME 'dbIndex' " "DESC 'Attribute index parameters' " "SYNTAX OMsDirectoryString )", NULL, NULL },